rameshmoorthy commited on
Commit
2649612
1 Parent(s): fcbde97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ chat_interface=gr.ChatInterface(
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(
 
178
  #______________________________________________________
179
  # Create a Gradio interface
180
  #df=pd.DataFrame(columns=['Topic'])
181
+ df=df_topics_bm25.value
182
  print(df)
183
 
184
  excel_analysis_bm25 = gr.Interface(