maringetxway commited on
Commit
e2a5983
·
verified ·
1 Parent(s): 53a04cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 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
 
 
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: auto; 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