Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks() as demo:
|
|
176 |
gr.Markdown("The request file will be written so %s." % REQUESTS_DATASET_PATH)
|
177 |
gr.Markdown("The job will be launched at [EnergyStarAI/launch-computation-example](https://huggingface.co/spaces/EnergyStarAI/launch-computation-example).")
|
178 |
with gr.Row():
|
179 |
-
|
180 |
with gr.Row():
|
181 |
with gr.Column():
|
182 |
model_name_textbox = gr.Textbox(label="Model name")
|
|
|
176 |
gr.Markdown("The request file will be written so %s." % REQUESTS_DATASET_PATH)
|
177 |
gr.Markdown("The job will be launched at [EnergyStarAI/launch-computation-example](https://huggingface.co/spaces/EnergyStarAI/launch-computation-example).")
|
178 |
with gr.Row():
|
179 |
+
gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
|
180 |
with gr.Row():
|
181 |
with gr.Column():
|
182 |
model_name_textbox = gr.Textbox(label="Model name")
|