Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|