HarryLee commited on
Commit
6de7028
1 Parent(s): 8e20041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from sklearn.feature_extraction.text import CountVectorizer
10
  import pandas as pd
11
 
12
 
 
13
  st.set_page_config(page_title='eRupt Topic Trendy (e-Commerce x Social Media)', page_icon=None, layout='centered', initial_sidebar_state='auto')
14
 
15
  st.markdown("<h1 style='text-align: center;'>Topic Trendy</h1>", unsafe_allow_html=True)
 
10
  import pandas as pd
11
 
12
 
13
+
14
  st.set_page_config(page_title='eRupt Topic Trendy (e-Commerce x Social Media)', page_icon=None, layout='centered', initial_sidebar_state='auto')
15
 
16
  st.markdown("<h1 style='text-align: center;'>Topic Trendy</h1>", unsafe_allow_html=True)