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