RMHalak commited on
Commit
45576df
1 Parent(s): a9b4435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ with open("./cities_geo.json", "r") as f:
20
  col1, col2 = st.columns([1, 2]) # Adjust the width ratios as needed
21
 
22
  with col1:
 
23
 
24
  city = st.selectbox('City', list(cities_geo.keys())) # Display city dropdown in the first column
25
  waterfront = st.checkbox('Waterfront', value=False)
 
20
  col1, col2 = st.columns([1, 2]) # Adjust the width ratios as needed
21
 
22
  with col1:
23
+ st.subheader('Features')
24
 
25
  city = st.selectbox('City', list(cities_geo.keys())) # Display city dropdown in the first column
26
  waterfront = st.checkbox('Waterfront', value=False)