viraja1 commited on
Commit
cb79caa
·
verified ·
1 Parent(s): 60a450f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(label="Tool Response")
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