Spaces:
Sleeping
Sleeping
Commit ·
51623f4
1
Parent(s): d08d63d
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ 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
|
| 17 |
|
| 18 |
if page == 'Home Page':
|
| 19 |
st.header('Home Page')
|
|
|
|
| 13 |
import model
|
| 14 |
|
| 15 |
# navigating pages
|
| 16 |
+
page = st.sidebar.selectbox(label='Select Page:', options=['Home Page', 'Exploration Data Analysis', 'Emotion Classification'])
|
| 17 |
|
| 18 |
if page == 'Home Page':
|
| 19 |
st.header('Home Page')
|