Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ with gr.Blocks() as demo:
|
|
| 302 |
search_query = gr.Textbox(label="Search Repositories")
|
| 303 |
btn_search = gr.Button("Search Repos")
|
| 304 |
|
| 305 |
-
tool_response = gr.
|
| 306 |
html_out = gr.TextArea(label="HTML Output")
|
| 307 |
|
| 308 |
|
|
|
|
| 302 |
search_query = gr.Textbox(label="Search Repositories")
|
| 303 |
btn_search = gr.Button("Search Repos")
|
| 304 |
|
| 305 |
+
tool_response = gr.TextArea(label="Tool Response")
|
| 306 |
html_out = gr.TextArea(label="HTML Output")
|
| 307 |
|
| 308 |
|