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