Omnibus commited on
Commit
7c4cb65
1 Parent(s): 5d06996

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,5 +24,5 @@ with gr.Blocks() as app:
24
  input = gr.Textbox()
25
  btn = gr.Button()
26
  output = gr.HTML("""""")
27
- btn.click(first,None,None).then(test,input,output)
28
  app.launch()
 
24
  input = gr.Textbox()
25
  btn = gr.Button()
26
  output = gr.HTML("""""")
27
+ btn.click(first,None,output).then(test,input,output)
28
  app.launch()