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