maringetxway commited on
Commit
717a260
·
verified ·
1 Parent(s): 4ad726e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,9 +107,9 @@ def filter_by_fields(selected_country, selected_city, selected_language, page):
107
  if df.empty:
108
  return "<p>No participants match your filters.</p>", page, total_count
109
 
110
- html = "<h3 style='margin-top:20px;'>🔍<b> Find your matching Teammates & Register your team <a href='https://forms.gle/gJEMGD4CEA2emhD18' target='_blank'>here</a></b></h3>"
111
  html += "<table style='width:100%; border-collapse: collapse;'><tr>"
112
- headers = ["Discord", "Name", "City", "Country", "Looking", "Onlinecheck", "Languages", "Laptop", "Robot", "Skills", "Describe3", "Experience", "Idea"]
113
  for col in headers:
114
  html += f"<th style='border:1px solid #ccc; padding:6px;'>{col}</th>"
115
  html += "</tr>"
 
107
  if df.empty:
108
  return "<p>No participants match your filters.</p>", page, total_count
109
 
110
+ html = "<h3 style='margin-top:20px;'>🔍 Find your matching Teammates & Register your team <a href='https://forms.gle/gJEMGD4CEA2emhD18' target='_blank'>here</a></h3>"
111
  html += "<table style='width:100%; border-collapse: collapse;'><tr>"
112
+ headers = ["Discord", "Name", "City", "Country", "Looking", "How?", "Languages", "Laptop", "Robot", "Skills", "Description", "Experience", "Idea"]
113
  for col in headers:
114
  html += f"<th style='border:1px solid #ccc; padding:6px;'>{col}</th>"
115
  html += "</tr>"