Spaces:
Running
Running
Update pages/2 Topic Modeling.py
Browse files
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...':
|