Adr740 commited on
Commit
40f3f36
·
1 Parent(s): b36d230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- $fn = partial(update_results)
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")