Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ with gr.Blocks(
|
|
| 10 |
input = gr.Textbox(label="Query Field",placeholder="Type in your search query")
|
| 11 |
btn = gr.Button("Google Search")
|
| 12 |
gr.Markdown("<strong>Query Response</strong>")
|
| 13 |
-
output = gr.
|
| 14 |
|
| 15 |
btn.click(webSearch, inputs=[input], outputs=output)
|
| 16 |
|
|
|
|
| 10 |
input = gr.Textbox(label="Query Field",placeholder="Type in your search query")
|
| 11 |
btn = gr.Button("Google Search")
|
| 12 |
gr.Markdown("<strong>Query Response</strong>")
|
| 13 |
+
output = gr.Markdown()
|
| 14 |
|
| 15 |
btn.click(webSearch, inputs=[input], outputs=output)
|
| 16 |
|