maringetxway commited on
Commit
0722869
Β·
verified Β·
1 Parent(s): 7516d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -177,7 +177,7 @@ def delete_by_discord(discord, code):
177
 
178
  with gr.Blocks() as demo:
179
  gr.Markdown("# 🌍 LeRobot Worldwide Hackathon - Team-Up Dashboard")
180
- gr.Markdown("Submit or update your profile. Required fields marked with *. Find matching teammates and contact them on Discord.")
181
 
182
  with gr.Row():
183
  with gr.Column():
@@ -199,7 +199,7 @@ with gr.Blocks() as demo:
199
  status = gr.Textbox(label="", interactive=False)
200
 
201
  with gr.Column():
202
- gr.Markdown("🎯 Choose your preferences to find your teammates (country, city or language)")
203
  country_filter = gr.Dropdown(label="Filter by Country", choices=["All"], value="All", allow_custom_value=False)
204
  city_filter = gr.Dropdown(label="Filter by City", choices=["All"], value="All", allow_custom_value=False)
205
  language_filter = gr.Dropdown(label="Filter by Language", choices=["All"], value="All", allow_custom_value=False)
 
177
 
178
  with gr.Blocks() as demo:
179
  gr.Markdown("# 🌍 LeRobot Worldwide Hackathon - Team-Up Dashboard")
180
+ gr.Markdown("1. Submit or update your profile to find matching teammates and contact them on Discord. (Required fields marked with *.) ")
181
 
182
  with gr.Row():
183
  with gr.Column():
 
199
  status = gr.Textbox(label="", interactive=False)
200
 
201
  with gr.Column():
202
+ gr.Markdown("🎯 2. Choose your preferences to find your teammates (country, city or language)")
203
  country_filter = gr.Dropdown(label="Filter by Country", choices=["All"], value="All", allow_custom_value=False)
204
  city_filter = gr.Dropdown(label="Filter by City", choices=["All"], value="All", allow_custom_value=False)
205
  language_filter = gr.Dropdown(label="Filter by Language", choices=["All"], value="All", allow_custom_value=False)