deedax commited on
Commit
03e0e9c
·
1 Parent(s): f14baa6

Changed the default app page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def load_model():
61
  st.set_page_config(page_title="Face-Facts")
62
  st.title('Face-Facts')
63
 
64
- app_mode = st.sidebar.selectbox('Choose Page', ['About the App', 'Run Face Facts'])
65
 
66
  st.markdown(
67
  """
 
61
  st.set_page_config(page_title="Face-Facts")
62
  st.title('Face-Facts')
63
 
64
+ app_mode = st.sidebar.selectbox('Choose Page', ['Run Face Facts', 'About the App'])
65
 
66
  st.markdown(
67
  """