Adr740 commited on
Commit
47eb3a0
·
1 Parent(s): a3021eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (Rerun 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])
 
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])