freemt commited on
Commit
773517f
·
1 Parent(s): d1f1969
Files changed (1) hide show
  1. app.py +2 -2
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
- # type="pandas",
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")