iadyen commited on
Commit
2adf2df
·
verified ·
1 Parent(s): b138d4c

Update app so that "model" column is also MD type (for links)

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,7 +39,7 @@ if __name__ == "__main__":
39
  with gr.Tab("Validated"):
40
  verified_table = gr.Dataframe(
41
  value=validated_lb,
42
- datatype=["markdown", "str", "str", "str", "markdown", "str", "str", "str"],
43
  interactive=False,
44
  column_widths=["20%"],
45
  wrap=True,
@@ -52,7 +52,7 @@ if __name__ == "__main__":
52
  with gr.Tab("Unvalidated"):
53
  unverified_table = gr.Dataframe(
54
  value=unvalidated_lb,
55
- datatype=["markdown", "str", "str", "str", "markdown", "str", "str", "str"],
56
  interactive=False,
57
  column_widths=["20%"],
58
  wrap=True,
 
39
  with gr.Tab("Validated"):
40
  verified_table = gr.Dataframe(
41
  value=validated_lb,
42
+ datatype=["markdown", "str", "str", "str", "markdown", "markdown", "str", "str"],
43
  interactive=False,
44
  column_widths=["20%"],
45
  wrap=True,
 
52
  with gr.Tab("Unvalidated"):
53
  unverified_table = gr.Dataframe(
54
  value=unvalidated_lb,
55
+ datatype=["markdown", "str", "str", "str", "markdown", "markdown", "str", "str"],
56
  interactive=False,
57
  column_widths=["20%"],
58
  wrap=True,