Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Clémentine
commited on
Commit
•
1bab0a6
1
Parent(s):
974b203
test at the forefront
Browse files
app.py
CHANGED
@@ -197,16 +197,16 @@ with demo:
|
|
197 |
elem_id="citation-button",
|
198 |
) #.style(show_copy_button=True)
|
199 |
|
200 |
-
with gr.Tab("Results: Validation"):
|
201 |
-
leaderboard_table_val = gr.components.Dataframe(
|
202 |
-
value=eval_dataframe_val, datatype=TYPES, interactive=False,
|
203 |
-
column_widths=["20%"]
|
204 |
-
)
|
205 |
with gr.Tab("Results: Test"):
|
206 |
leaderboard_table_test = gr.components.Dataframe(
|
207 |
value=eval_dataframe_test, datatype=TYPES, interactive=False,
|
208 |
column_widths=["20%"]
|
209 |
)
|
|
|
|
|
|
|
|
|
|
|
210 |
|
211 |
refresh_button = gr.Button("Refresh")
|
212 |
refresh_button.click(
|
|
|
197 |
elem_id="citation-button",
|
198 |
) #.style(show_copy_button=True)
|
199 |
|
|
|
|
|
|
|
|
|
|
|
200 |
with gr.Tab("Results: Test"):
|
201 |
leaderboard_table_test = gr.components.Dataframe(
|
202 |
value=eval_dataframe_test, datatype=TYPES, interactive=False,
|
203 |
column_widths=["20%"]
|
204 |
)
|
205 |
+
with gr.Tab("Results: Validation"):
|
206 |
+
leaderboard_table_val = gr.components.Dataframe(
|
207 |
+
value=eval_dataframe_val, datatype=TYPES, interactive=False,
|
208 |
+
column_widths=["20%"]
|
209 |
+
)
|
210 |
|
211 |
refresh_button = gr.Button("Refresh")
|
212 |
refresh_button.click(
|