zelk12 commited on
Commit
e6b4267
·
verified ·
1 Parent(s): 65831f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=99999999999999999999999999999,
179
  ),
180
  editable=True,
181
  title="Chat interface test",
 
175
  type="messages",
176
  textbox=gr.MultimodalTextbox(
177
  label="input",
178
+ max_plain_text_length=9999999,
179
  ),
180
  editable=True,
181
  title="Chat interface test",