AdhyaSuman commited on
Commit
8a9090a
·
verified ·
1 Parent(s): 774f4d3

Update app/ui.py

Browse files
Files changed (1) hide show
  1. app/ui.py +1 -1
app/ui.py CHANGED
@@ -213,7 +213,7 @@ st.markdown("---")
213
  st.markdown("## 2️⃣ 💡 Informative Word Detection & 📊 Trend Visualization")
214
  st.info("Explore top/interesting words for each topic, and visualize their trends over time.")
215
 
216
- top_n_words = st.slider("Number of Top Words per Topic", min_value=5, max_value=500, value=10)
217
  top_words = get_top_words_over_time(
218
  beta=beta,
219
  vocab=vocab,
 
213
  st.markdown("## 2️⃣ 💡 Informative Word Detection & 📊 Trend Visualization")
214
  st.info("Explore top/interesting words for each topic, and visualize their trends over time.")
215
 
216
+ top_n_words = st.slider("Number of Top Words per Topic", min_value=5, max_value=500, value=500)
217
  top_words = get_top_words_over_time(
218
  beta=beta,
219
  vocab=vocab,