rameshmoorthy
commited on
Commit
•
52ecb98
1
Parent(s):
c288143
Update app.py
Browse files
app.py
CHANGED
@@ -175,8 +175,10 @@ chat_interface=gr.ChatInterface(
|
|
175 |
|
176 |
#______________________________________________________
|
177 |
# Create a Gradio interface
|
|
|
178 |
df=state.df_topics_bm25
|
179 |
-
|
|
|
180 |
excel_analysis_bm25 = gr.Interface(
|
181 |
fn=generate_plot, # Placeholder function, will be defined later
|
182 |
inputs=[
|
|
|
175 |
|
176 |
#______________________________________________________
|
177 |
# Create a Gradio interface
|
178 |
+
df=pd.DataFrame(columns=['Topic'])
|
179 |
df=state.df_topics_bm25
|
180 |
+
print(df)
|
181 |
+
|
182 |
excel_analysis_bm25 = gr.Interface(
|
183 |
fn=generate_plot, # Placeholder function, will be defined later
|
184 |
inputs=[
|