Spaces:
Running
Running
Update app.py
Browse files
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()
|