Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
| 78 |
Use the text input box below to start chatting.
|
| 79 |
""")
|
| 80 |
|
| 81 |
-
with gr.
|
| 82 |
chatbot_output = gr.HTML()
|
| 83 |
|
| 84 |
with gr.Row():
|
|
|
|
| 78 |
Use the text input box below to start chatting.
|
| 79 |
""")
|
| 80 |
|
| 81 |
+
with gr.Column():
|
| 82 |
chatbot_output = gr.HTML()
|
| 83 |
|
| 84 |
with gr.Row():
|