Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,6 @@ with gr.Blocks() as demo:
|
|
14 |
row_count=5,
|
15 |
col_count=(1, "fixed"))
|
16 |
btn = gr.Button()
|
17 |
-
btn.click(
|
18 |
|
19 |
demo.launch()
|
|
|
14 |
row_count=5,
|
15 |
col_count=(1, "fixed"))
|
16 |
btn = gr.Button()
|
17 |
+
btn.click(pri, df)
|
18 |
|
19 |
demo.launch()
|