Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks(title=title) as demo:
|
|
33 |
|
34 |
fn = partial(update_results)
|
35 |
|
36 |
-
with gr.Accordion("
|
37 |
response_display = gr.Markdown("Empty")
|
38 |
|
39 |
submit_button.click(fn=fn, inputs=[text_area,number_to_display], outputs=[response_display])
|
|
|
33 |
|
34 |
fn = partial(update_results)
|
35 |
|
36 |
+
with gr.Accordion("Hadiths Pertinents (Relancez si les résultats ne vous conviennent pas)"):
|
37 |
response_display = gr.Markdown("Empty")
|
38 |
|
39 |
submit_button.click(fn=fn, inputs=[text_area,number_to_display], outputs=[response_display])
|