broadfield-dev commited on
Commit
8f513c1
·
verified ·
1 Parent(s): 6a23d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from MultiModalTextbox_mods import MultimodalTextbox as mt_mod
6
 
7
  print(mt_mod.EVENTS)
8
  #mt_mod.EVENTS=[]
9
- mt_mod.EVENTS[3].has_trigger=False
10
  print(mt_mod.EVENTS)
11
 
12
  elem_id = "chat_input"
 
6
 
7
  print(mt_mod.EVENTS)
8
  #mt_mod.EVENTS=[]
9
+ mt_mod.EVENTS[3]
10
  print(mt_mod.EVENTS)
11
 
12
  elem_id = "chat_input"