Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"
|
| 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}")
|