Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ with gr.Blocks(title=title) as demo:
|
|
| 32 |
submit_button = gr.Button(value="Find hadiths relevant to my story")
|
| 33 |
pass
|
| 34 |
|
| 35 |
-
|
| 36 |
|
| 37 |
with gr.Accordion("Relevant Hadiths (Rerun if results are not satisfying"):
|
| 38 |
response_display = gr.Markdown("Empty")
|
|
|
|
| 32 |
submit_button = gr.Button(value="Find hadiths relevant to my story")
|
| 33 |
pass
|
| 34 |
|
| 35 |
+
#fn = partial(update_results)
|
| 36 |
|
| 37 |
with gr.Accordion("Relevant Hadiths (Rerun if results are not satisfying"):
|
| 38 |
response_display = gr.Markdown("Empty")
|