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

Update app.py

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