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