Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks() as demo:
|
|
103 |
submit = gr.Button()
|
104 |
clear = gr.Button(value="Clear")
|
105 |
|
106 |
-
with gr.
|
107 |
with gr.Box():
|
108 |
with gr.Row():
|
109 |
chatbot = gr.Chatbot(
|
|
|
103 |
submit = gr.Button()
|
104 |
clear = gr.Button(value="Clear")
|
105 |
|
106 |
+
with gr.Row(scale=8):
|
107 |
with gr.Box():
|
108 |
with gr.Row():
|
109 |
chatbot = gr.Chatbot(
|