kambris commited on
Commit
70fb756
·
verified ·
1 Parent(s): ede97b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -233,7 +233,6 @@ def process_and_summarize(df, bert_tokenizer, bert_model, emotion_classifier, to
233
  "n_gram_range": (1, 2),
234
  "top_n_words": 15,
235
  "verbose": True,
236
- "min_samples": 1
237
  }
238
  st.write(f"Total documents: {len(df)}")
239
  st.write(f"Topic strategy: {topic_strategy}")
 
233
  "n_gram_range": (1, 2),
234
  "top_n_words": 15,
235
  "verbose": True,
 
236
  }
237
  st.write(f"Total documents: {len(df)}")
238
  st.write(f"Topic strategy: {topic_strategy}")