faizhalas commited on
Commit
9cd77c7
1 Parent(s): bdd387c

Update pages/2 Topic Modeling.py

Browse files
Files changed (1) hide show
  1. pages/2 Topic Modeling.py +2 -2
pages/2 Topic Modeling.py CHANGED
@@ -371,8 +371,8 @@ if uploaded_file is not None:
371
  with tab1:
372
  try:
373
  #with st.spinner('Performing computations. Please wait ...'):
374
- with st.status('Status...', expanded=True) as status:
375
-
376
  topic_model, topic_time, topics, probs = bertopic_vis(extype)
377
  st.write("⏳ Visualizing topics....")
378
  fig1 = Vis_Topics(extype)
 
371
  with tab1:
372
  try:
373
  #with st.spinner('Performing computations. Please wait ...'):
374
+ with st.status('Progress', expanded=True) as status:
375
+ st.write("⏳ Performing computations....")
376
  topic_model, topic_time, topics, probs = bertopic_vis(extype)
377
  st.write("⏳ Visualizing topics....")
378
  fig1 = Vis_Topics(extype)