FDSRashid commited on
Commit
354a2ed
·
verified ·
1 Parent(s): 08286d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,5 +174,5 @@ with gr.Blocks() as demo:
174
  row_count=5,
175
  col_count=(2, "fixed"))
176
  btn_hadith = gr.Button('Search')
177
- btn_hadith.click(fn=visualize_isnad, inputs=[hadith_selection], outputs=[gr.HTML()])
178
  demo.launch()
 
174
  row_count=5,
175
  col_count=(2, "fixed"))
176
  btn_hadith = gr.Button('Search')
177
+ btn_hadith.click(fn=visualize_subTaraf, inputs=[hadith_selection], outputs=[gr.HTML()])
178
  demo.launch()