AliceTt commited on
Commit
1aca4e3
·
1 Parent(s): db975c4

added pending sentence

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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",