faizhalas commited on
Commit
1b63da9
1 Parent(s): a5d8d65

Update pages/2 Topic Modeling.py

Browse files
Files changed (1) hide show
  1. pages/2 Topic Modeling.py +3 -0
pages/2 Topic Modeling.py CHANGED
@@ -189,6 +189,9 @@ if uploaded_file is not None:
189
  st.write('Please choose your preferred method')
190
  if st.button("Submit", on_click=reset_all):
191
  num_topic = num_cho
 
 
 
192
 
193
  #===topic===
194
  if method == 'Choose...':
 
189
  st.write('Please choose your preferred method')
190
  if st.button("Submit", on_click=reset_all):
191
  num_topic = num_cho
192
+
193
+ if method == 'BERTopic':
194
+ st.info('BERTopic is an expensive process when dealing with a large volume of text with our existing resources. Please kindly wait until the visualization appears.', icon="ℹ️")
195
 
196
  #===topic===
197
  if method == 'Choose...':