broadfield-dev commited on
Commit
8e79676
·
verified ·
1 Parent(s): 8898878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
  from gradio.components.multimodal_textbox import MultimodalTextbox as mt_mod
3
 
4
  print(mt_mod.EVENTS)
5
- mt_mod.EVENTS=[]
 
6
  print(mt_mod.EVENTS)
7
 
8
  elem_id = "chat_input"
 
2
  from gradio.components.multimodal_textbox import MultimodalTextbox as mt_mod
3
 
4
  print(mt_mod.EVENTS)
5
+ #mt_mod.EVENTS=[]
6
+ mt_mod.EVENTS[3].has_trigger=False
7
  print(mt_mod.EVENTS)
8
 
9
  elem_id = "chat_input"