zelk12 commited on
Commit
ad63ad9
·
verified ·
1 Parent(s): a93a187

Update app.py

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