alielfilali01 commited on
Commit
8f5bb8a
·
verified ·
1 Parent(s): ea858a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)