Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ SUMMARY = get_problem_summary(LEADERBOARD_DF)
|
|
204 |
demo = gr.Blocks(css=custom_css, title="VRP Algorithm Leaderboard")
|
205 |
|
206 |
with demo:
|
207 |
-
gr.HTML("<h1 style='text-align: center; color: #2E86AB;'>🚗
|
208 |
|
209 |
gr.Markdown(create_summary_text(SUMMARY), elem_classes="markdown-text")
|
210 |
|
|
|
204 |
demo = gr.Blocks(css=custom_css, title="VRP Algorithm Leaderboard")
|
205 |
|
206 |
with demo:
|
207 |
+
gr.HTML("<h1 style='text-align: center; color: #2E86AB;'>🚗 SVRP Bench Leaderboard</h1>")
|
208 |
|
209 |
gr.Markdown(create_summary_text(SUMMARY), elem_classes="markdown-text")
|
210 |
|