Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -213,8 +213,6 @@ with demo:
|
|
213 |
app_block = gr.Column(visible=False)
|
214 |
|
215 |
with intro:
|
216 |
-
gr.Markdown("Mantenimendu lanak egiten ari gara. 15 minutu barru itzuliko gara.<br>Estamos realizando tareas de mantenimiento. Volveremos en 15 minutos.<br>Website maintenance in progress. We will be back in 15 minutes.", elem_id=["intro-text"])
|
217 |
-
'''
|
218 |
gr.Markdown("""
|
219 |
<span style="display:inline-flex; align-items:center;">
|
220 |
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Flag_of_the_Basque_Country.svg" alt="Ikurriña" style="width: 1.2em; vertical-align: middle; margin-right: 0.4em;">
|
@@ -239,10 +237,9 @@ with demo:
|
|
239 |
The recordings are <strong>automatically removed</strong> and will not be saved.
|
240 |
<br>
|
241 |
""", elem_id=["intro-text"])
|
242 |
-
'''
|
243 |
|
244 |
-
|
245 |
-
|
246 |
|
247 |
with app_block:
|
248 |
|
|
|
213 |
app_block = gr.Column(visible=False)
|
214 |
|
215 |
with intro:
|
|
|
|
|
216 |
gr.Markdown("""
|
217 |
<span style="display:inline-flex; align-items:center;">
|
218 |
<img src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Flag_of_the_Basque_Country.svg" alt="Ikurriña" style="width: 1.2em; vertical-align: middle; margin-right: 0.4em;">
|
|
|
237 |
The recordings are <strong>automatically removed</strong> and will not be saved.
|
238 |
<br>
|
239 |
""", elem_id=["intro-text"])
|
|
|
240 |
|
241 |
+
ok_button = gr.Button("OK", elem_id="ok-button")
|
242 |
+
ok_button.click(fn=start_app, outputs=[intro, app_block])
|
243 |
|
244 |
with app_block:
|
245 |
|