bluenevus commited on
Commit
90100cc
·
1 Parent(s): 7e05382

Update app.py via AI Editor

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -146,8 +146,7 @@ def right_main_static():
146
  placeholder="Type your question...",
147
  style={"width": "100%", "height": "60px", "resize": "vertical", "wordWrap": "break-word"},
148
  wrap="soft",
149
- maxLength=1000,
150
- autoFocus=True
151
  ),
152
  dbc.Button("Send", id="send-btn", color="primary", className="mt-2", style={"float": "right", "minWidth": "100px"}),
153
  ], style={"marginTop": "1rem"}),
 
146
  placeholder="Type your question...",
147
  style={"width": "100%", "height": "60px", "resize": "vertical", "wordWrap": "break-word"},
148
  wrap="soft",
149
+ maxLength=1000
 
150
  ),
151
  dbc.Button("Send", id="send-btn", color="primary", className="mt-2", style={"float": "right", "minWidth": "100px"}),
152
  ], style={"marginTop": "1rem"}),