awacke1 commited on
Commit
8f12877
·
1 Parent(s): 6c5f1df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,11 +13,11 @@ def calculator(text1, operation, text2):
13
  demo = gr.Interface(
14
  calculator,
15
  [
16
- "text",
17
  gr.Radio(["add", "subtract", "multiply", "divide"]),
18
- "text"
19
  ],
20
- "text",
21
  live=True,
22
  )
23
  demo.launch()
 
13
  demo = gr.Interface(
14
  calculator,
15
  [
16
+ "string",
17
  gr.Radio(["add", "subtract", "multiply", "divide"]),
18
+ "string"
19
  ],
20
+ "string",
21
  live=True,
22
  )
23
  demo.launch()