cindywqng commited on
Commit
718630c
·
verified ·
1 Parent(s): c1ddd7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(theme=theme) as demo:
183
  gr.Markdown(topics) # Show the topics on the left side
184
  gr.HTML(display_iframe()) # Embed the iframe on the left side
185
  with gr.Row():
186
- with gr.Column():
187
  question = gr.Textbox(label="Your Request", placeholder="What would you like to talk about?")
188
  answer = gr.Textbox(label="CalmBot's Response", placeholder="CalmBot will respond here...", interactive=False, lines=17)
189
  submit_button = gr.Button("Submit")
 
183
  gr.Markdown(topics) # Show the topics on the left side
184
  gr.HTML(display_iframe()) # Embed the iframe on the left side
185
  with gr.Row():
186
+ with gr.Row():
187
  question = gr.Textbox(label="Your Request", placeholder="What would you like to talk about?")
188
  answer = gr.Textbox(label="CalmBot's Response", placeholder="CalmBot will respond here...", interactive=False, lines=17)
189
  submit_button = gr.Button("Submit")