Spaces:
Runtime error
Runtime error
Upload 11 files
Browse files
app.py
CHANGED
|
@@ -500,8 +500,7 @@ def create_interface():
|
|
| 500 |
"Martial Arts", "Rock Climbing", "Parkour", "Dancing", "CrossFit"
|
| 501 |
],
|
| 502 |
label="Favorite Sports (Select 1-5)",
|
| 503 |
-
value=["Basketball"]
|
| 504 |
-
type="checkbox"
|
| 505 |
)
|
| 506 |
|
| 507 |
gr.Markdown("💡 *Select your favorite sports to get percentile rankings showing how your jump performance compares to typical athletes in each sport*")
|
|
|
|
| 500 |
"Martial Arts", "Rock Climbing", "Parkour", "Dancing", "CrossFit"
|
| 501 |
],
|
| 502 |
label="Favorite Sports (Select 1-5)",
|
| 503 |
+
value=["Basketball"]
|
|
|
|
| 504 |
)
|
| 505 |
|
| 506 |
gr.Markdown("💡 *Select your favorite sports to get percentile rankings showing how your jump performance compares to typical athletes in each sport*")
|