firobeid commited on
Commit
a0f7a5c
·
verified ·
1 Parent(s): 78734fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ def create_performance_summary_table(df):
264
  return summary_df
265
 
266
  # Create the Gradio interface
267
- with gr.Blocks(title="Multi-Model Classifier Dashboard", theme=gr.themes.Soft()) as demo:
268
  gr.HTML("<h1 style='text-align: center; color: #2E86AB;'>🏆 Multi-Model Classifier Dashboard</h1>")
269
 
270
  # Data loading section
 
264
  return summary_df
265
 
266
  # Create the Gradio interface
267
+ with gr.Blocks(title="Course Backbone Project Leaderboard \nMulti-Model Classifier Dashboard", theme=gr.themes.Soft()) as demo:
268
  gr.HTML("<h1 style='text-align: center; color: #2E86AB;'>🏆 Multi-Model Classifier Dashboard</h1>")
269
 
270
  # Data loading section