kambris commited on
Commit
e2f3777
·
verified ·
1 Parent(s): 9402b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def process_and_summarize(df, bert_tokenizer, bert_model, emotion_classifier, to
229
  "min_topic_size": 1,
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)}")
 
229
  "min_topic_size": 1,
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)}")