shrut27 commited on
Commit
d343e5b
·
verified ·
1 Parent(s): c4468a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,11 +1,11 @@
1
  import streamlit as st
2
  import pandas as pd
3
 
4
- from Pages.1_Sentiment_Analysis import 1_Sentiment_Analysis
5
- from Pages.2_Topic_Modeling import 2_Topic_Modeling
6
- from Pages.3_Research_&_Insights import 3_Research_&_Insights
7
- from Pages.4_Team import 4_Team
8
- from Pages.5_Contact import 5_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