Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ st.markdown("Below is a map showing all the Airbnb listings with a red dot and t
|
|
| 38 |
|
| 39 |
# Create the plotly express figure
|
| 40 |
fig = px.scatter_mapbox(
|
| 41 |
-
dataframe
|
| 42 |
lat="Latitude",
|
| 43 |
lon="Longitude",
|
| 44 |
color="Location",
|
|
|
|
| 38 |
|
| 39 |
# Create the plotly express figure
|
| 40 |
fig = px.scatter_mapbox(
|
| 41 |
+
dataframe,
|
| 42 |
lat="Latitude",
|
| 43 |
lon="Longitude",
|
| 44 |
color="Location",
|