Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ with gr.Blocks(title=title) as demo:
|
|
42 |
|
43 |
#fn = partial(update_results)
|
44 |
|
45 |
-
with gr.Accordion("Relevant Hadiths (
|
46 |
response_display = gr.Markdown("Empty")
|
47 |
|
48 |
submit_button.click(fn=update_results, inputs=[text_area,number_to_display], outputs=[response_display])
|
|
|
42 |
|
43 |
#fn = partial(update_results)
|
44 |
|
45 |
+
with gr.Accordion("Relevant Hadiths (Please run again if results are not satisfying)"):
|
46 |
response_display = gr.Markdown("Empty")
|
47 |
|
48 |
submit_button.click(fn=update_results, inputs=[text_area,number_to_display], outputs=[response_display])
|