Tinsae commited on
Commit
9eef50d
1 Parent(s): 417d832

Update pages/dashboard.py

Browse files
Files changed (1) hide show
  1. 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="wide")
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