Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
|
|
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):
|