paralym commited on
Commit
928b6f3
1 Parent(s): 28de084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,11 +326,11 @@ with gr.Blocks(
326
  clear_btn = gr.Button(value="🗑️ Clear history", interactive=True)
327
 
328
  chat_input = gr.MultimodalTextbox(
329
- value="🚀 Send",
330
  interactive=True,
331
  file_types=["image", "video"],
332
  placeholder="Enter message or upload file...",
333
  show_label=False,
 
334
  )
335
 
336
  print(cur_dir)
 
326
  clear_btn = gr.Button(value="🗑️ Clear history", interactive=True)
327
 
328
  chat_input = gr.MultimodalTextbox(
 
329
  interactive=True,
330
  file_types=["image", "video"],
331
  placeholder="Enter message or upload file...",
332
  show_label=False,
333
+ submit_btn="🚀 Send"
334
  )
335
 
336
  print(cur_dir)