RKoops commited on
Commit
05f442d
·
1 Parent(s): dddade3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",