Spaces:
Sleeping
Sleeping
Rename app.py to ap.py
Browse files- app.py → ap.py +5 -1
app.py → ap.py
RENAMED
@@ -27,4 +27,8 @@ selection = st.sidebar.radio("Pages", list(PAGES.keys()))
|
|
27 |
|
28 |
page = PAGES[selection]
|
29 |
# with st.spinner(f"Loading {selection} ..."):
|
30 |
-
ast.shared.components.write_page(page)
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
page = PAGES[selection]
|
29 |
# with st.spinner(f"Loading {selection} ..."):
|
30 |
+
ast.shared.components.write_page(page)
|
31 |
+
|
32 |
+
|
33 |
+
st.sidebar.header("Info")
|
34 |
+
st.sidebar.write('This tool is developed in the context of the EU project "Utilizing Digital Technology for Social Cohesion, Positive Messaging and Peace by Boosting Collaboration, Exchange and Solidarity" (EuropeAid/170389/DD/ACT/Multi) by [Sabanci University Center of Excellence in Data Analytics](https://github.com/verimsu).')
|