Krebzonide commited on
Commit
7bee06a
·
verified ·
1 Parent(s): 9fe3e65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ with gr.Blocks() as demo:
12
  df = gr.Dataframe(
13
  headers=["name"],
14
  datatype=["str"],
15
- row_count=(4, "fixed")
16
  col_count=(1, "fixed"))
17
  btn = gr.Button()
18
  btn.click(pri, df)
 
12
  df = gr.Dataframe(
13
  headers=["name"],
14
  datatype=["str"],
15
+ row_count=(4, "fixed"),
16
  col_count=(1, "fixed"))
17
  btn = gr.Button()
18
  btn.click(pri, df)