nouamanetazi HF staff commited on
Commit
b646219
1 Parent(s): 1df563c
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -44,7 +44,16 @@ df = parse_gg_sheet(
44
 
45
 
46
  def display_tab(input):
47
- m = folium.Map(location=[31.628674, -7.992047], zoom_start=7.5, max_zoom=7.5, max_lat=31.628674, max_lon=-7.992047)
 
 
 
 
 
 
 
 
 
48
  filtered_df = df[df["ما هي احتياجاتك؟ (أضفها إذا لم يتم ذكرها)"] == input]
49
 
50
  for index, row in filtered_df.iterrows():
 
44
 
45
 
46
  def display_tab(input):
47
+ m = folium.Map(
48
+ location=[31.628674, -7.992047],
49
+ zoom_start=8.5,
50
+ min_zoom=8.5,
51
+ max_lat=35.628674,
52
+ min_lat=29.628674,
53
+ max_lon=-4.992047,
54
+ min_lon=-10.992047,
55
+ max_bounds=True,
56
+ )
57
  filtered_df = df[df["ما هي احتياجاتك؟ (أضفها إذا لم يتم ذكرها)"] == input]
58
 
59
  for index, row in filtered_df.iterrows():