Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="teal", secondary_hue="slate", n
|
|
175 |
type="messages",
|
176 |
textbox=gr.MultimodalTextbox(
|
177 |
label="input",
|
178 |
-
max_plain_text_length=
|
179 |
),
|
180 |
editable=True,
|
181 |
title="Chat interface test",
|
|
|
175 |
type="messages",
|
176 |
textbox=gr.MultimodalTextbox(
|
177 |
label="input",
|
178 |
+
max_plain_text_length=99999999999999999999999999999,
|
179 |
),
|
180 |
editable=True,
|
181 |
title="Chat interface test",
|