chansung commited on
Commit
5ac396d
β€’
1 Parent(s): 49dc2bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -395,7 +395,9 @@ with gr.Blocks(css="constants/styles.css", theme=gr.themes.Soft()) as demo:
395
 
396
  close.click(
397
  None, None, None, cancels=[chat_event1, chat_event2]
398
- ).then(
 
 
399
  None, None, None,js=CLOSE_CHAT_IF
400
  )
401
 
 
395
 
396
  close.click(
397
  None, None, None, cancels=[chat_event1, chat_event2]
398
+ )
399
+
400
+ close.click(
401
  None, None, None,js=CLOSE_CHAT_IF
402
  )
403