Yara Kyrychenko commited on
Commit
8f267e4
β€’
2 Parent(s): 4183828 b1d30b9

Merge branch 'main' of https://huggingface.co/spaces/YaraKyrychenko/BERTinsights

Browse files
Files changed (1) hide show
  1. pages/Create_Model.py +1 -1
pages/Create_Model.py CHANGED
@@ -38,7 +38,7 @@ st.set_page_config(
38
  )
39
 
40
  st.header("πŸ€– Create BERTopic")
41
- st.subheader("Use this page to create a model with your data")
42
 
43
  #model_name = st.text_input("Please enter a name for the new model (e.g., 'ukraine_war_jan5')")
44
  #df_name = st.text_input("Please enter data file path (e.g., 'data/df.csv')")
 
38
  )
39
 
40
  st.header("πŸ€– Create BERTopic")
41
+ #st.subheader("Use this page to create a model with your data")
42
 
43
  #model_name = st.text_input("Please enter a name for the new model (e.g., 'ukraine_war_jan5')")
44
  #df_name = st.text_input("Please enter data file path (e.g., 'data/df.csv')")