RMHalak commited on
Commit
f1c77b9
·
verified ·
1 Parent(s): d9291fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -41,6 +41,8 @@ max_dict = {
41
  'years_since_renovation': 2014
42
  }
43
 
 
 
44
  # Create two columns: one for the city and one for the map
45
  col1, col2 = st.columns([1, 2]) # Adjust the width ratios as needed
46
 
 
41
  'years_since_renovation': 2014
42
  }
43
 
44
+ st.set_page_config(layout="wide")
45
+
46
  # Create two columns: one for the city and one for the map
47
  col1, col2 = st.columns([1, 2]) # Adjust the width ratios as needed
48