Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -643,7 +643,7 @@ def main():
|
|
643 |
df_failed = load_requests('failed')
|
644 |
|
645 |
# Display the tables
|
646 |
-
gr.Markdown("## Evaluation Status")
|
647 |
with gr.Accordion(f"Pending Evaluations ({len(df_pending)})", open=False):
|
648 |
if not df_pending.empty:
|
649 |
gr.Dataframe(df_pending)
|
|
|
643 |
df_failed = load_requests('failed')
|
644 |
|
645 |
# Display the tables
|
646 |
+
gr.Markdown("## Evaluation Status of Open Models from the 🤗 Hub")
|
647 |
with gr.Accordion(f"Pending Evaluations ({len(df_pending)})", open=False):
|
648 |
if not df_pending.empty:
|
649 |
gr.Dataframe(df_pending)
|