Commit
·
9e6aa1f
1
Parent(s):
3d4c9af
Sorry for all the commits, can't check locally
Browse files
app.py
CHANGED
@@ -121,7 +121,8 @@ with gr.Blocks() as demo:
|
|
121 |
get_leaderboard_object(df_results=df)
|
122 |
# TODO: this is not going to update well, need to fix
|
123 |
|
124 |
-
gr.
|
|
|
125 |
"""
|
126 |
<style>
|
127 |
.resized-image img {
|
@@ -141,8 +142,6 @@ with gr.Blocks() as demo:
|
|
141 |
""",
|
142 |
elem_id="style-inject"
|
143 |
)
|
144 |
-
|
145 |
-
with gr.TabItem("❔About", elem_id="abdev-benchmark-tab-table"):
|
146 |
gr.Image(
|
147 |
value="./assets/competition_logo.jpg",
|
148 |
show_label=False,
|
|
|
121 |
get_leaderboard_object(df_results=df)
|
122 |
# TODO: this is not going to update well, need to fix
|
123 |
|
124 |
+
with gr.TabItem("❔About", elem_id="abdev-benchmark-tab-table"):
|
125 |
+
gr.Markdown(
|
126 |
"""
|
127 |
<style>
|
128 |
.resized-image img {
|
|
|
142 |
""",
|
143 |
elem_id="style-inject"
|
144 |
)
|
|
|
|
|
145 |
gr.Image(
|
146 |
value="./assets/competition_logo.jpg",
|
147 |
show_label=False,
|