RMHalak commited on
Commit
a86821d
1 Parent(s): 1fedf0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with col2:
81
  unsafe_allow_html=True
82
  )
83
 
84
- map_data = cities_geo[pd.DataFrame(city)]
85
 
86
  # if city == 'Seattle':
87
  # map_data = pd.DataFrame({
 
81
  unsafe_allow_html=True
82
  )
83
 
84
+ map_data = pd.DataFrame(cities_geo[city])
85
 
86
  # if city == 'Seattle':
87
  # map_data = pd.DataFrame({