imorcillo commited on
Commit
77d14ce
·
verified ·
1 Parent(s): a536df8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,8 +232,8 @@ with demo:
232
  ⚠️ The recordings are not saved and are automatically removed.
233
  """)
234
  ok_button = gr.Button("OK")
235
-
236
- ok_button.click(fn=hide_notice, outputs=message_block)
237
 
238
  gr.HTML("""
239
  <div id="header">
 
232
  ⚠️ The recordings are not saved and are automatically removed.
233
  """)
234
  ok_button = gr.Button("OK")
235
+ ok_button.click(fn=lambda: gr.update(visible=False), outputs=intro)
236
+
237
 
238
  gr.HTML("""
239
  <div id="header">