hazel-longmeier commited on
Commit
f9d4f75
·
verified ·
1 Parent(s): c40664f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
129
  with gr.Row():
130
  with gr.Column():
131
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask Timify about?")
132
- answer = gr.Textbox(label="Timify Response", placeholder="Timify will respond here...", interactive=False, lines=10)
133
  submit_button = gr.Button("Submit")
134
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
135
 
 
129
  with gr.Row():
130
  with gr.Column():
131
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask Timify about?")
132
+ answer = gr.Textbox(label="Timify Response", placeholder="Timify ChatBot will respond here...", interactive=False, lines=10)
133
  submit_button = gr.Button("Submit")
134
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
135