achmaddhani commited on
Commit
389567e
·
1 Parent(s): e75d47f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ Objective : Creating a main page of the webapps.
9
  '''
10
 
11
  import streamlit as st
12
- #import eda
13
- #import model
14
 
15
  # navigating pages
16
  page = st.sidebar.selectbox(label='Select Page:', options=['Home Page', 'Exploration Data Analysis', 'Emotion Classification Model'])
 
9
  '''
10
 
11
  import streamlit as st
12
+ import eda
13
+ import model
14
 
15
  # navigating pages
16
  page = st.sidebar.selectbox(label='Select Page:', options=['Home Page', 'Exploration Data Analysis', 'Emotion Classification Model'])