amburp commited on
Commit
34e8e79
·
verified ·
1 Parent(s): 74a12f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
144
  with gr.Row():
145
  with gr.Column():
146
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
147
- answer = gr.Textbox(label="ChessBot Response", placeholder="ChessBot will respond here...", interactive=False, lines=10)
148
  submit_button = gr.Button("Submit")
149
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
150
 
 
144
  with gr.Row():
145
  with gr.Column():
146
  question = gr.Textbox(label="Your question", placeholder="What do you want to ask about?")
147
+ answer = gr.Textbox(label="GreenGuide Response", placeholder="GreenGuide will respond here...", interactive=False, lines=10)
148
  submit_button = gr.Button("Submit")
149
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
150