Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
)
|
|
|
|
|
|
|
| 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 |
|