rameshmoorthy commited on
Commit
23ef1a0
·
verified ·
1 Parent(s): b4730c9

Update functions.py

Browse files
Files changed (1) hide show
  1. functions.py +1 -1
functions.py CHANGED
@@ -69,7 +69,7 @@ def process_file_bm25(file,mode,min_cluster_size,top_n_words,ngram,state):
69
  state.df_bm25=df
70
  #print(df)
71
 
72
- return df,temp_file.name,topics_info ,barchart,topics_plot, heatmap, hierarchy
73
 
74
 
75
  def process_file_bert(file,mode,min_cluster_size,top_n_words,ngram):
 
69
  state.df_bm25=df
70
  #print(df)
71
 
72
+ return df,temp_file.name,topics_info ,barchart,topics_plot, heatmap, hierarchy ,state
73
 
74
 
75
  def process_file_bert(file,mode,min_cluster_size,top_n_words,ngram):