Spaces:
Sleeping
Sleeping
Commit ·
389567e
1
Parent(s): e75d47f
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,8 @@ Objective : Creating a main page of the webapps.
|
|
| 9 |
'''
|
| 10 |
|
| 11 |
import streamlit as st
|
| 12 |
-
|
| 13 |
-
|
| 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'])
|