Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with col2:
|
|
81 |
unsafe_allow_html=True
|
82 |
)
|
83 |
|
84 |
-
map_data =
|
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({
|