Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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">
|