Commit
·
e3a5d5a
1
Parent(s):
9da9431
change back to markdown
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ with demo:
|
|
58 |
elem_id="citation-button",
|
59 |
lines=10,
|
60 |
)
|
61 |
-
|
62 |
-
gr.HTML(LEADERBOARD_HTML)
|
63 |
with gr.Tab("Human Evaluation", elem_id="human-tab", id=1):
|
64 |
human_leaderboard_table_test = gr.components.Dataframe(
|
65 |
value=human_eval_dataframe_test, datatype=TYPES, interactive=False,
|
|
|
58 |
elem_id="citation-button",
|
59 |
lines=10,
|
60 |
)
|
61 |
+
gr.Markdown(LEADERBOARD_TEXT, elem_classes="markdown-text")
|
62 |
+
# gr.HTML(LEADERBOARD_HTML)
|
63 |
with gr.Tab("Human Evaluation", elem_id="human-tab", id=1):
|
64 |
human_leaderboard_table_test = gr.components.Dataframe(
|
65 |
value=human_eval_dataframe_test, datatype=TYPES, interactive=False,
|