Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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()
|