phoeben22 commited on
Commit
cf250f3
·
verified ·
1 Parent(s): 0cd37be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
135
  gr.Markdown(topics) # Show the topics on the left side
136
  with gr.Row():
137
  with gr.Column():
138
- question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
139
  answer = gr.Textbox(label="PhoneFinder Response", placeholder="PhoneFinder will respond here...", interactive=False, lines=10)
140
  submit_button = gr.Button("Submit")
141
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
 
135
  gr.Markdown(topics) # Show the topics on the left side
136
  with gr.Row():
137
  with gr.Column():
138
+ question = gr.Textbox(label="Input features", placeholder="What features would you like your phone to have?")
139
  answer = gr.Textbox(label="PhoneFinder Response", placeholder="PhoneFinder will respond here...", interactive=False, lines=10)
140
  submit_button = gr.Button("Submit")
141
  submit_button.click(fn=query_model, inputs=question, outputs=answer)