Spaces:
Sleeping
Sleeping
Commented Pages
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
-
from Pages.Sentiment_Analysis import Sentiment_Analysis
|
5 |
-
from Pages.Topic_Modeling import Topic_Modeling
|
6 |
-
from Pages.Research_Insights import Research_Insights
|
7 |
-
from Pages.Team import Team
|
8 |
-
from Pages.Contact import Contact
|
9 |
|
10 |
st.title("Topic Modeling to Determine Climate Anxiety Among Youth")
|
11 |
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
|
4 |
+
#from Pages.Sentiment_Analysis import Sentiment_Analysis
|
5 |
+
#from Pages.Topic_Modeling import Topic_Modeling
|
6 |
+
#from Pages.Research_Insights import Research_Insights
|
7 |
+
#from Pages.Team import Team
|
8 |
+
#from Pages.Contact import Contact
|
9 |
|
10 |
st.title("Topic Modeling to Determine Climate Anxiety Among Youth")
|
11 |
|