FDSRashid commited on
Commit
4a367b3
·
verified ·
1 Parent(s): 248b1ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,6 +230,6 @@ with gr.Blocks() as demo:
230
  datatype=["number", "number"],
231
  row_count=5,
232
  col_count=(2, "fixed"))
233
- btn_hadith = gr.Button('Search')
234
  btn_hadith.click(fn=visualize_subTaraf, inputs=[hadith_selection, yyaxis], outputs=[gr.HTML()])
235
  demo.launch()
 
230
  datatype=["number", "number"],
231
  row_count=5,
232
  col_count=(2, "fixed"))
233
+ btn_hadith = gr.Button('Visualize')
234
  btn_hadith.click(fn=visualize_subTaraf, inputs=[hadith_selection, yyaxis], outputs=[gr.HTML()])
235
  demo.launch()