GSMEthesis commited on
Commit
16e851c
·
verified ·
1 Parent(s): e80c514

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1003,7 +1003,7 @@ def create_ride_map():
1003
  # ساخت نقشه
1004
  m = folium.Map(
1005
  location=[(origin[0] + destination[0]) / 2, (origin[1] + destination[1]) / 2],
1006
- zoom_start=10 # 👈 عدد زوم اینجاست
1007
  )
1008
 
1009
 
 
1003
  # ساخت نقشه
1004
  m = folium.Map(
1005
  location=[(origin[0] + destination[0]) / 2, (origin[1] + destination[1]) / 2],
1006
+ zoom_start=12 # 👈 عدد زوم اینجاست
1007
  )
1008
 
1009