rameshmoorthy commited on
Commit
b20eb5f
·
verified ·
1 Parent(s): 7223de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as bm25:
51
 
52
  cluster_btn = gr.Button(value="Cluster")
53
  #[ df,topics_info,barchart,topics_plot,heatmap,hierarchy]
54
- tup=cluster_btn.click(process_file_bm25, inputs=[inputfile,mode,min_cluster_size,top_n_words,ngram],
55
  outputs=[
56
  gr.Dataframe(),
57
  gr.File(label="Download CSV"),
 
51
 
52
  cluster_btn = gr.Button(value="Cluster")
53
  #[ df,topics_info,barchart,topics_plot,heatmap,hierarchy]
54
+ tup=cluster_btn.click(process_file_bm25, inputs=[inputfile,mode,min_cluster_size,top_n_words,ngram,state],
55
  outputs=[
56
  gr.Dataframe(),
57
  gr.File(label="Download CSV"),