Spaces:
Running
Running
Update app/ui.py
Browse files
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=
|
| 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,
|