ckgilleland commited on
Commit
8271ed2
·
1 Parent(s): 0c0d57a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ with open('tfidf.pickle', 'rb') as f:
10
  PAGE_CONFIG = {"page_title":"My first ML app","page_icon":":smiley:","layout":"centered"}
11
  st.set_page_config(**PAGE_CONFIG)
12
  st.title("My first ML app")
13
- st.subheader("Here is my awesome learning result")
14
 
15
  menu = ["Home","About my startup"]
16
  choice = st.sidebar.selectbox('Menu',menu)
 
10
  PAGE_CONFIG = {"page_title":"My first ML app","page_icon":":smiley:","layout":"centered"}
11
  st.set_page_config(**PAGE_CONFIG)
12
  st.title("My first ML app")
13
+ st.subheader("Here is my (not so) awesome learning result")
14
 
15
  menu = ["Home","About my startup"]
16
  choice = st.sidebar.selectbox('Menu',menu)