ahmedheakl commited on
Commit
5038016
·
verified ·
1 Parent(s): be60cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>🚗 Vehicle Routing Problem Algorithm Leaderboard</h1>")
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