Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
773517f
1
Parent(s):
d1f1969
app.py
CHANGED
@@ -67,8 +67,8 @@ out_df = gr.outputs.Dataframe(
|
|
67 |
max_rows=50, # 20
|
68 |
max_cols=50,
|
69 |
overflow_row_behaviour="paginate",
|
70 |
-
type="auto",
|
71 |
-
|
72 |
label="cmat",
|
73 |
)
|
74 |
out_text = gr.outputs.Textbox(label="cmat")
|
|
|
67 |
max_rows=50, # 20
|
68 |
max_cols=50,
|
69 |
overflow_row_behaviour="paginate",
|
70 |
+
# type="auto",
|
71 |
+
type="pandas",
|
72 |
label="cmat",
|
73 |
)
|
74 |
out_text = gr.outputs.Textbox(label="cmat")
|