akarsh999 commited on
Commit
2a05f44
·
verified ·
1 Parent(s): 3ce655a

Upload 11 files

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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*")