Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ if st.session_state.text_input:
|
|
138 |
initial_view_state=pdk.ViewState(
|
139 |
latitude=location[0],
|
140 |
longitude=location[1],
|
141 |
-
zoom=
|
142 |
pitch=50,
|
143 |
),
|
144 |
layers=[
|
|
|
138 |
initial_view_state=pdk.ViewState(
|
139 |
latitude=location[0],
|
140 |
longitude=location[1],
|
141 |
+
zoom=6,
|
142 |
pitch=50,
|
143 |
),
|
144 |
layers=[
|