Spaces:
Sleeping
Sleeping
Roberta2024
commited on
Commit
•
774d837
1
Parent(s):
f960e54
Update app.py
Browse files
app.py
CHANGED
@@ -205,4 +205,5 @@ if st.button("爬取餐廳資料"):
|
|
205 |
zoom=10, height=600,
|
206 |
title="餐廳位置分布圖")
|
207 |
fig_scatter.update_layout(mapbox_style="open-street-map")
|
208 |
-
st.plotly_chart(fig_scatter)
|
|
|
|
205 |
zoom=10, height=600,
|
206 |
title="餐廳位置分布圖")
|
207 |
fig_scatter.update_layout(mapbox_style="open-street-map")
|
208 |
+
st.plotly_chart(fig_scatter)
|
209 |
+
#
|