kambris commited on
Commit
3799084
·
verified ·
1 Parent(s): 17fef6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ def process_and_summarize(df, bert_tokenizer, bert_model, emotion_classifier, to
237
  "min_cluster_size": 5,
238
  "min_samples": 1,
239
  "cluster_selection_epsilon": 0.1
240
- }
241
  st.write(f"Total documents: {len(df)}")
242
  st.write(f"Topic strategy: {topic_strategy}")
243
  st.write(f"Min topic size: {min_topic_size}")
 
237
  "min_cluster_size": 5,
238
  "min_samples": 1,
239
  "cluster_selection_epsilon": 0.1
240
+ }}
241
  st.write(f"Total documents: {len(df)}")
242
  st.write(f"Topic strategy: {topic_strategy}")
243
  st.write(f"Min topic size: {min_topic_size}")