Adr740 commited on
Commit
0708ea2
·
1 Parent(s): a038f00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -18,7 +18,9 @@ def update_results(text_area, number_to_display=10):
18
 
19
  with gr.Blocks(title=title) as demo:
20
  gr.Markdown(f"## {title}")
21
- gr.Markdown(desc)
 
 
22
  gr.Markdown(warning)
23
  with gr.Row():
24
  with gr.Column(scale=4):
 
18
 
19
  with gr.Blocks(title=title) as demo:
20
  gr.Markdown(f"## {title}")
21
+ with gr.Accordion("A LIRE AVANT UTILISATION!", open=False):
22
+ gr.Markdown(desc)
23
+
24
  gr.Markdown(warning)
25
  with gr.Row():
26
  with gr.Column(scale=4):