Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ with demo:
|
|
240 |
gr.HTML("""
|
241 |
<div class="popup-overlay">
|
242 |
<div class="popup-box">
|
243 |
-
<h3
|
244 |
<p>
|
245 |
Grabaketak ez dira gordetzen eta automatikoki ezabatzen dira.<br>
|
246 |
No se guardan las grabaciones y se eliminan automáticamente.<br>
|
@@ -256,7 +256,7 @@ with demo:
|
|
256 |
}
|
257 |
</script>
|
258 |
""")
|
259 |
-
ok_button = gr.Button("OK")
|
260 |
ok_button.click(fn=hide_popup, outputs=popup)
|
261 |
gr.HTML('</div></div>')
|
262 |
|
|
|
240 |
gr.HTML("""
|
241 |
<div class="popup-overlay">
|
242 |
<div class="popup-box">
|
243 |
+
<h3>Notice</h3>
|
244 |
<p>
|
245 |
Grabaketak ez dira gordetzen eta automatikoki ezabatzen dira.<br>
|
246 |
No se guardan las grabaciones y se eliminan automáticamente.<br>
|
|
|
256 |
}
|
257 |
</script>
|
258 |
""")
|
259 |
+
ok_button = gr.Button("OK", elem_classes="popup-box")
|
260 |
ok_button.click(fn=hide_popup, outputs=popup)
|
261 |
gr.HTML('</div></div>')
|
262 |
|