Update app.py
Browse files
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="
|
| 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
|