Update functions.py
Browse files- 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):
|