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