Omnibus commited on
Commit
a3f35df
1 Parent(s): 6f50145

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,6 +106,6 @@ with gr.Blocks() as app:
106
  btn = gr.Button()
107
  output = gr.HTML("""""")
108
 
109
- search_btn.click(search_fn,search_box,out_put)
110
  btn.click(first,None,output).then(test,input,output)
111
  app.launch()
 
106
  btn = gr.Button()
107
  output = gr.HTML("""""")
108
 
109
+ search_btn.click(search_fn,search_box,output)
110
  btn.click(first,None,output).then(test,input,output)
111
  app.launch()