innat commited on
Commit
02a025f
·
verified ·
1 Parent(s): 1cc4915

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def main():
55
  gr.Radio(
56
  solutions,
57
  type='value',
58
- default=solutions[0],
59
  label='Solutions'
60
  ),
61
  gr.Slider(
 
55
  gr.Radio(
56
  solutions,
57
  type='value',
58
+ value=solutions[0],
59
  label='Solutions'
60
  ),
61
  gr.Slider(