alex-abb commited on
Commit
73c5f6f
1 Parent(s): e57a25b

upgraderadiounselected

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ inputs = [
25
 
26
  gr.Number(label="Premier nombre"),
27
  gr.Number(label="Deuxième nombre"),
28
- gr.Radio(label="Opération", choices=["add", "subtract", "multiply", "divide"])
29
-
30
  ]
31
 
32
  output = gr.Textbox(label="Résultat")
 
25
 
26
  gr.Number(label="Premier nombre"),
27
  gr.Number(label="Deuxième nombre"),
28
+ gr.Radio(label="Opération", choices=["add", "subtract", "multiply", "divide"], value="add" )
29
+
30
  ]
31
 
32
  output = gr.Textbox(label="Résultat")