deedax commited on
Commit
077843e
1 Parent(s): 92d6f1c

Changed the default app page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ st.set_page_config(page_title="Mood Scope", page_icon="🎭")
44
  st.title('Mood-Scope')
45
  st.sidebar.title('Options')
46
 
47
- app_mode = st.sidebar.selectbox('Choose Page', ['About the App', 'Run Mood Scope'])
48
 
49
  st.markdown(
50
  """
 
44
  st.title('Mood-Scope')
45
  st.sidebar.title('Options')
46
 
47
+ app_mode = st.sidebar.selectbox('Choose Page', ['Run Mood Scope', 'About the App'])
48
 
49
  st.markdown(
50
  """