Krebzonide commited on
Commit
1f36838
·
verified ·
1 Parent(s): af7a4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(print, df)
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()