tlskillman commited on
Commit
080c348
·
verified ·
1 Parent(s): b4b37b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def process_queries():
229
 
230
  with gr.Blocks() as demo:
231
  with gr.Row():
232
- user_prompt = gr.Textbox(label="Enter your query for the LLM", value="Find me the stars in the hayedes cluster.")
233
  submit_btn = gr.Button("Ask LLM")
234
  reasoning_output = gr.Textbox(label="Reasoning")
235
  the_query_output = gr.Textbox(label="The Query")
 
229
 
230
  with gr.Blocks() as demo:
231
  with gr.Row():
232
+ user_prompt = gr.Textbox(label="Enter your query for the LLM", value="Find me the stars in the Hayedes cluster.")
233
  submit_btn = gr.Button("Ask LLM")
234
  reasoning_output = gr.Textbox(label="Reasoning")
235
  the_query_output = gr.Textbox(label="The Query")