Omnibus commited on
Commit
9730688
·
1 Parent(s): 5ba7d4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def test(inp):
37
  with gr.Blocks() as app:
38
  with gr.Row():
39
  search_box=gr.Textbox("Search")
40
- search_btn=gr.Button
41
  with gr.Row():
42
  input = gr.Textbox()
43
  btn = gr.Button()
 
37
  with gr.Blocks() as app:
38
  with gr.Row():
39
  search_box=gr.Textbox("Search")
40
+ search_btn=gr.Button()
41
  with gr.Row():
42
  input = gr.Textbox()
43
  btn = gr.Button()