shrut27 KrispyKarim commited on
Commit
8125ab7
·
verified ·
1 Parent(s): 1b4e9a9

added page imports (#6)

Browse files

- added page imports (215789effdfb1aad95b3fe4f05a5b304de6bb15e)


Co-authored-by: Karim Muhammad El-Sharkawy <[email protected]>

Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,6 +1,12 @@
1
  import streamlit as st
2
  import pandas as pd
3
 
 
 
 
 
 
 
4
  st.title("Topic Modeling to Determine Climate Anxiety Among Youth")
5
 
6
  st.header("Our Mission and Plan", divider='red')
 
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
 
12
  st.header("Our Mission and Plan", divider='red')