Spaces:
Running
Running
Fix row_count
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ with gr.Blocks() as demo:
|
|
17 |
gr.Dataframe(
|
18 |
value=df,
|
19 |
interactive=True,
|
20 |
-
|
21 |
-
|
22 |
)
|
23 |
|
24 |
with gr.Tab("About"):
|
|
|
17 |
gr.Dataframe(
|
18 |
value=df,
|
19 |
interactive=True,
|
20 |
+
row_count=len(df),
|
21 |
+
col_count=len(df.columns),
|
22 |
)
|
23 |
|
24 |
with gr.Tab("About"):
|