Update app.py
Browse files
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
|
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)
|