Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ tab1, tab2, tab3, tab4 = st.tabs(["Introduction","Global Citizen", "Green Villag
|
|
199 |
|
200 |
with tab1:
|
201 |
|
202 |
-
st.header("RAGE - A day in the Life of Aya City")
|
203 |
|
204 |
# Creating columns for the layout
|
205 |
col1, col2 = st.columns([1, 2])
|
|
|
199 |
|
200 |
with tab1:
|
201 |
|
202 |
+
st.header("RAGE - A day in the Life of Aya Green Data City")
|
203 |
|
204 |
# Creating columns for the layout
|
205 |
col1, col2 = st.columns([1, 2])
|