tlskillman commited on
Commit
7bc740a
·
verified ·
1 Parent(s): 0a3a765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -229,10 +229,10 @@ with gr.Blocks() as demo:
229
  the_query_output = gr.Textbox(label="The Query")
230
 
231
 
232
- make_query_complete_bt = gr.Button("Complete Query")
233
- complete_query_output = gr.Textbox(label="Complete Query")
234
- #make_query_complete_bt.click(fn=complete_query, inputs=the_query_output, outputs=[complete_query_output])
235
- submit_btn.click(fn=talk_to_llm, inputs=user_prompt, outputs=[reasoning_output, the_query_output])
236
 
237
  create_tap_url_bt = gr.Button("Create TAP URL")
238
  download_data_output = gr.Markdown()
 
229
  the_query_output = gr.Textbox(label="The Query")
230
 
231
 
232
+ #make_query_complete_bt = gr.Button("Complete Query")
233
+ #complete_query_output = gr.Textbox(label="Complete Query")
234
+ ##make_query_complete_bt.click(fn=complete_query, inputs=the_query_output, outputs=[complete_query_output])
235
+ #submit_btn.click(fn=talk_to_llm, inputs=user_prompt, outputs=[reasoning_output, the_query_output])
236
 
237
  create_tap_url_bt = gr.Button("Create TAP URL")
238
  download_data_output = gr.Markdown()