Reality123b commited on
Commit
e4940ee
·
verified ·
1 Parent(s): 3d3bfbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", min_width=600):
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",