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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -43,4 +43,9 @@ gr.Interface(
43
  "textbox",
44
  "state"
45
  ],
 
 
 
 
 
46
  live=True).launch()
 
43
  "textbox",
44
  "state"
45
  ],
46
+
47
+ btn = gr.Button(value="Submit")
48
+ #btn.click(combine, inputs=[txt, txt_2], outputs=[txt_3])
49
+
50
+
51
  live=True).launch()