philippds commited on
Commit
fd60739
·
verified ·
1 Parent(s): a15280c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -342,8 +342,8 @@ with block:
342
 
343
  gr_dataframe = gr.DataFrame(
344
  value=data,
345
- headers=["User", "Model"],
346
- datatype=["markdown", "markdown"],
347
  row_count=(row_count, "fixed"),
348
  )
349
 
 
342
 
343
  gr_dataframe = gr.DataFrame(
344
  value=data,
345
+ headers=["Verified", "User", "Model"],
346
+ datatype=["markdown", "markdown", "markdown"],
347
  row_count=(row_count, "fixed"),
348
  )
349