Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def chat_interface():
|
|
39 |
type="messages" # Specify type for correct message format
|
40 |
)
|
41 |
|
42 |
-
with gr.Row(elem_id="input-row"
|
43 |
with gr.Column(): # No 'min_width' argument here
|
44 |
input_textbox = gr.Textbox(
|
45 |
label="Type your message",
|
|
|
39 |
type="messages" # Specify type for correct message format
|
40 |
)
|
41 |
|
42 |
+
with gr.Row(elem_id="input-row"): # Removed 'min_width' argument
|
43 |
with gr.Column(): # No 'min_width' argument here
|
44 |
input_textbox = gr.Textbox(
|
45 |
label="Type your message",
|