barbaroo commited on
Commit
e2356e8
1 Parent(s): a4f93b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ demo = gr.Interface(
42
  outputs=[
43
  "textbox",
44
  "state"
 
45
  ],
46
 
47
  live=True)
 
42
  outputs=[
43
  "textbox",
44
  "state"
45
+ gr.Button('New')
46
  ],
47
 
48
  live=True)