awacke1 commited on
Commit
56b46de
·
1 Parent(s): 6160125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,10 +88,10 @@ demo = gr.Interface(
88
  "text",
89
  gr.Radio(["add", "subtract", "multiply", "divide"]),
90
  "text",
91
- contextBox,
92
- examples=examples
93
  ],
94
  "text",
 
95
  live=True,
96
  )
97
  demo.launch()
 
88
  "text",
89
  gr.Radio(["add", "subtract", "multiply", "divide"]),
90
  "text",
91
+ contextBox
 
92
  ],
93
  "text",
94
+ examples=examples,
95
  live=True,
96
  )
97
  demo.launch()