Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def update_dropdown_choices():
|
|
186 |
return gr.update(choices=["All"] + ALL_COUNTRIES, value="All")
|
187 |
|
188 |
# Setup Gradio interface
|
189 |
-
with gr.Blocks(css=".gr-dropdown { max-height:
|
190 |
gr.Markdown("# 🌍 LeRobot Worldwide Hackathon - Team-Up Dashboard")
|
191 |
gr.Markdown("1. Submit or update your profile to find matching teammates and contact them on Discord. (Required fields marked with *.) ")
|
192 |
|
|
|
186 |
return gr.update(choices=["All"] + ALL_COUNTRIES, value="All")
|
187 |
|
188 |
# Setup Gradio interface
|
189 |
+
with gr.Blocks(css=".gr-dropdown { max-height: 100px; overflow-y: scroll; font-size: 12px; }") as demo:
|
190 |
gr.Markdown("# 🌍 LeRobot Worldwide Hackathon - Team-Up Dashboard")
|
191 |
gr.Markdown("1. Submit or update your profile to find matching teammates and contact them on Discord. (Required fields marked with *.) ")
|
192 |
|