Spaces:
Paused
Paused
Update app.py via AI Editor
Browse files
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"}),
|