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