Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -96,8 +96,8 @@ with col2:
|
|
96 |
|
97 |
# Define a PyDeck View (you can adjust height here)
|
98 |
view_state = pdk.ViewState(
|
99 |
-
latitude=map_data['
|
100 |
-
longitude=map_data['
|
101 |
zoom=11,
|
102 |
pitch=50,
|
103 |
)
|
|
|
96 |
|
97 |
# Define a PyDeck View (you can adjust height here)
|
98 |
view_state = pdk.ViewState(
|
99 |
+
latitude=map_data['latitude'],
|
100 |
+
longitude=map_data['longitude'],
|
101 |
zoom=11,
|
102 |
pitch=50,
|
103 |
)
|