Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
robocan/City-Guessr
robocan
/
GeoGuessrRobot
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
robocan
commited on
Jun 14, 2024
Commit
24bb85c
·
verified
·
1 Parent(s):
dd76dcd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -111,7 +111,7 @@ def create_map_figure(lat, lon):
111
lon=lon
112
),
113
pitch=0,
114
-
zoom=
10
115
),
116
)
117
111
lon=lon
112
),
113
pitch=0,
114
+
zoom=
3
115
),
116
)
117