kambris commited on
Commit
4e9d635
·
verified ·
1 Parent(s): edde272

Update app.py

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