Spaces:
Runtime error
Runtime error
added pending sentence
Browse files
app.py
CHANGED
@@ -256,6 +256,10 @@ with gr.Blocks() as demo:
|
|
256 |
simulation_btn = gr.Button(
|
257 |
value="Lancer la simulation", size="md", elem_classes=["ok-button"]
|
258 |
)
|
|
|
|
|
|
|
|
|
259 |
|
260 |
go_to_page_2_btn = gr.Button(
|
261 |
"Aller aux résultats",
|
|
|
256 |
simulation_btn = gr.Button(
|
257 |
value="Lancer la simulation", size="md", elem_classes=["ok-button"]
|
258 |
)
|
259 |
+
gr.HTML(
|
260 |
+
"<p style='font-size:small;'>* Quand vous lancez une simulation, soyez patient: on calcule pour vous...</p>"
|
261 |
+
)
|
262 |
+
|
263 |
|
264 |
go_to_page_2_btn = gr.Button(
|
265 |
"Aller aux résultats",
|