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