rameshmoorthy
commited on
Commit
•
fcbde97
1
Parent(s):
fcc06ed
Update app.py
Browse files
app.py
CHANGED
@@ -177,8 +177,8 @@ chat_interface=gr.ChatInterface(
|
|
177 |
|
178 |
#______________________________________________________
|
179 |
# Create a Gradio interface
|
180 |
-
df=pd.DataFrame(columns=['Topic'])
|
181 |
-
df=
|
182 |
print(df)
|
183 |
|
184 |
excel_analysis_bm25 = gr.Interface(
|
|
|
177 |
|
178 |
#______________________________________________________
|
179 |
# Create a Gradio interface
|
180 |
+
#df=pd.DataFrame(columns=['Topic'])
|
181 |
+
df=df_topics_bm25
|
182 |
print(df)
|
183 |
|
184 |
excel_analysis_bm25 = gr.Interface(
|