Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ st.markdown(html, unsafe_allow_html=True)
|
|
261 |
|
262 |
st.sidebar.subheader("Topics")
|
263 |
for i in list(clusters.keys()):
|
264 |
-
|
265 |
|
266 |
st.session_state['dt'] = dt.now()
|
267 |
# Form used to take 3 menu inputs
|
|
|
261 |
|
262 |
st.sidebar.subheader("Topics")
|
263 |
for i in list(clusters.keys()):
|
264 |
+
st.write(f"{i} : {len(clusters[i])}")
|
265 |
|
266 |
st.session_state['dt'] = dt.now()
|
267 |
# Form used to take 3 menu inputs
|