Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
7a34e63
1
Parent(s):
ffb56b9
app.py
CHANGED
@@ -62,8 +62,8 @@ out_df = gr.outputs.Dataframe(
|
|
62 |
max_rows=50, # 20
|
63 |
max_cols=50,
|
64 |
overflow_row_behaviour="paginate",
|
65 |
-
|
66 |
-
type="pandas",
|
67 |
label="cmat",
|
68 |
)
|
69 |
out_text = gr.outputs.Textbox(label="cmat")
|
|
|
62 |
max_rows=50, # 20
|
63 |
max_cols=50,
|
64 |
overflow_row_behaviour="paginate",
|
65 |
+
type="auto",
|
66 |
+
# type="pandas",
|
67 |
label="cmat",
|
68 |
)
|
69 |
out_text = gr.outputs.Textbox(label="cmat")
|