barbaroo commited on
Commit
e6d65ed
1 Parent(s): 77f489c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ gr.Interface(
44
  "state"
45
  ],
46
 
47
- btn = gr.Button(value="Submit")
48
  #btn.click(combine, inputs=[txt, txt_2], outputs=[txt_3])
49
 
50
 
 
44
  "state"
45
  ],
46
 
47
+ btn = gr.Button(value="Submit"),
48
  #btn.click(combine, inputs=[txt, txt_2], outputs=[txt_3])
49
 
50