loubnabnl HF staff commited on
Commit
683e869
1 Parent(s): e2c81e5

remove phone

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,10 +99,10 @@ m = folium.Map(
99
 
100
  for index, row in filtered_df.iterrows():
101
  request_type = row[' What are your needs? / ما هي احتياجاتك؟ (أضفها إذا لم يتم ذكرها)']
102
- phone = row["رقم الهاتف (اختياري)"] if not pd.isna(row["رقم الهاتف (اختياري)"]) else ""
103
 
104
  # Formatted text using HTML
105
- display_text = f"<b>Request Type:</b> {request_type}<br><b>Phone:</b> {phone}<br><b>Id:</b> {row['id']}"
106
 
107
  if row["latlng"] is None:
108
  continue
 
99
 
100
  for index, row in filtered_df.iterrows():
101
  request_type = row[' What are your needs? / ما هي احتياجاتك؟ (أضفها إذا لم يتم ذكرها)']
102
+ #phone = row["رقم الهاتف (اختياري)"] if not pd.isna(row["رقم الهاتف (اختياري)"]) else ""
103
 
104
  # Formatted text using HTML
105
+ display_text = f"<b>Request Type:</b> {request_type}<br><b>Id:</b> {row['id']}"
106
 
107
  if row["latlng"] is None:
108
  continue