faizhalas commited on
Commit
676cdd7
β€’
1 Parent(s): de4e915

Download BERTopic vis

Browse files
Files changed (1) hide show
  1. pages/2 Topic Modeling.py +2 -2
pages/2 Topic Modeling.py CHANGED
@@ -417,8 +417,8 @@ if uploaded_file is not None:
417
  except ValueError:
418
  st.error('πŸ™‡β€β™‚οΈ Please raise the number of topics and click submit')
419
 
420
- #except NameError:
421
- #st.warning('πŸ–±οΈ Please click Submit')
422
 
423
  with tab2:
424
  st.markdown('**Grootendorst, M. (2022). BERTopic: Neural topic modeling with a class-based TF-IDF procedure. arXiv preprint arXiv:2203.05794.** https://doi.org/10.48550/arXiv.2203.05794')
 
417
  except ValueError:
418
  st.error('πŸ™‡β€β™‚οΈ Please raise the number of topics and click submit')
419
 
420
+ except NameError:
421
+ st.warning('πŸ–±οΈ Please click Submit')
422
 
423
  with tab2:
424
  st.markdown('**Grootendorst, M. (2022). BERTopic: Neural topic modeling with a class-based TF-IDF procedure. arXiv preprint arXiv:2203.05794.** https://doi.org/10.48550/arXiv.2203.05794')