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