Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ with col5:
|
|
34 |
st.divider()
|
35 |
|
36 |
if st.session_state.page == "Home":
|
37 |
-
st.header("Home Page")
|
38 |
st.title("Topic Modeling to Determine Climate Anxiety Among Youth")
|
39 |
|
40 |
elif st.session_state.page == "Sentiment Analysis":
|
|
|
34 |
st.divider()
|
35 |
|
36 |
if st.session_state.page == "Home":
|
|
|
37 |
st.title("Topic Modeling to Determine Climate Anxiety Among Youth")
|
38 |
|
39 |
elif st.session_state.page == "Sentiment Analysis":
|