Spaces:
Runtime error
Runtime error
Update pages/dashboard.py
Browse files- pages/dashboard.py +1 -1
pages/dashboard.py
CHANGED
@@ -67,7 +67,7 @@ def display_map(df, year):
|
|
67 |
return region_name
|
68 |
|
69 |
def main():
|
70 |
-
st.set_page_config(APP_TITLE, layout="
|
71 |
st.title(APP_TITLE)
|
72 |
|
73 |
|
|
|
67 |
return region_name
|
68 |
|
69 |
def main():
|
70 |
+
st.set_page_config(APP_TITLE, layout="centered")
|
71 |
st.title(APP_TITLE)
|
72 |
|
73 |
|