dxvina-08 commited on
Commit
72070c7
·
verified ·
1 Parent(s): 669c110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
128
  gr.Markdown(topics) # Show the topics on the left side
129
  with gr.Row():
130
  with gr.Column():
131
- question = gr.Textbox(label="Your question", placeholder="What would you like to listen to?")
132
  answer = gr.Textbox(label="Mental Music Bot Response", placeholder="Mental Music Bot will respond here...", interactive=False, lines=10)
133
  submit_button = gr.Button("Submit")
134
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
 
128
  gr.Markdown(topics) # Show the topics on the left side
129
  with gr.Row():
130
  with gr.Column():
131
+ question = gr.Textbox(label="Your question", placeholder="How are you feeling today?")
132
  answer = gr.Textbox(label="Mental Music Bot Response", placeholder="Mental Music Bot will respond here...", interactive=False, lines=10)
133
  submit_button = gr.Button("Submit")
134
  submit_button.click(fn=query_model, inputs=question, outputs=answer)