gmmcleod commited on
Commit
4e55c48
·
verified ·
1 Parent(s): 5ee2382

update title message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -508,7 +508,7 @@ def update_leaderboard(username, zip_file):
508
 
509
  with gr.Blocks() as demo:
510
 
511
- gr.Markdown("# 🚀 Welcome! \nUsing the provided dataset, submit a model that can predict if a device is inside or outside. \nSee the README for submission details.")
512
 
513
  with gr.Row():
514
  username_input = gr.Textbox(label="Model Name")
 
508
 
509
  with gr.Blocks() as demo:
510
 
511
+ gr.Markdown("# 🚀 Indoor vs Outdoor Detection Leaderboard \nUsing the provided dataset, submit a model that can predict if a device is inside or outside. \nSee the README for submission details.")
512
 
513
  with gr.Row():
514
  username_input = gr.Textbox(label="Model Name")