tlskillman commited on
Commit
0502f10
·
verified ·
1 Parent(s): 51a63fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -216,8 +216,7 @@ def process_queries():
216
 
217
  with gr.Blocks() as demo:
218
  with gr.Row():
219
- user_prompt = gr.Textbox(label="Enter your query for the LLM", value="Find me the stars in
220
- the hayedes cluster.")
221
  submit_btn = gr.Button("Ask LLM")
222
  reasoning_output = gr.Textbox(label="Reasoning")
223
  the_query_output = gr.Textbox(label="The Query")
 
216
 
217
  with gr.Blocks() as demo:
218
  with gr.Row():
219
+ user_prompt = gr.Textbox(label="Enter your query for the LLM", value="Find me the stars in the hayedes cluster.")
 
220
  submit_btn = gr.Button("Ask LLM")
221
  reasoning_output = gr.Textbox(label="Reasoning")
222
  the_query_output = gr.Textbox(label="The Query")