sasha HF Staff commited on
Commit
b0ba007
Β·
verified Β·
1 Parent(s): afbe846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def print_existing_models():
147
  return model_list
148
 
149
  with gr.Blocks() as demo:
150
- gr.Markdown("#Energy Star Submission Portal - v.0 (2024) 🌎 πŸ’» 🌟")
151
  gr.Markdown("## βœ‰οΈβœ¨ Submit your model here!", elem_classes="markdown-text")
152
  gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
153
  gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")
 
147
  return model_list
148
 
149
  with gr.Blocks() as demo:
150
+ gr.Markdown("# Energy Star Submission Portal - v.0 (2024) 🌎 πŸ’» 🌟")
151
  gr.Markdown("## βœ‰οΈβœ¨ Submit your model here!", elem_classes="markdown-text")
152
  gr.Markdown("## Fill out below then click **Run Analysis** to create the request file and launch the job.")
153
  gr.Markdown("## The [Project Leaderboard](https://huggingface.co/spaces/EnergyStarAI/2024_Leaderboard) will be updated quarterly, as new models get submitted.")