Spaces:
Sleeping
Sleeping
update title message
Browse files
app.py
CHANGED
|
@@ -508,7 +508,7 @@ def update_leaderboard(username, zip_file):
|
|
| 508 |
|
| 509 |
with gr.Blocks() as demo:
|
| 510 |
|
| 511 |
-
gr.Markdown("# 🚀
|
| 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")
|