tlskillman commited on
Commit
e9fb1d8
·
verified ·
1 Parent(s): 0aa2eba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,7 +19,7 @@ openai_key = os.getenv("OPENAI_API_KEY")
19
  # openai_key = openai_api_key
20
 
21
  user_prompt_examples =[
22
- "Find me the stars in the hayedes cluster.",
23
  "Find me the stars in the orion cluster.",
24
  "Find me the stars in the andromeda cluster.",
25
  "Find me the stars in the milky way.",
@@ -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")
 
19
  # openai_key = openai_api_key
20
 
21
  user_prompt_examples =[
22
+ "Find me the stars in the hyades cluster.",
23
  "Find me the stars in the orion cluster.",
24
  "Find me the stars in the andromeda cluster.",
25
  "Find me the stars in the milky way.",
 
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 Hyades cluster.")
233
  submit_btn = gr.Button("Ask LLM")
234
  reasoning_output = gr.Textbox(label="Reasoning")
235
  the_query_output = gr.Textbox(label="The Query")