bgamazay commited on
Commit
079d204
·
verified ·
1 Parent(s): 5f35d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks() as demo:
165
  ],
166
  outputs=submission_result,
167
  )
168
- with gr.Row():
169
  with gr.Column():
170
  with gr.Accordion("Submit log files from a Docker run:", open=False):
171
  gr.Markdown("If you've already benchmarked your model using the [Docker file](https://github.com/huggingface/EnergyStarAI/) provided, please upload the **entire run log directory** (in .zip format) below:")
 
165
  ],
166
  outputs=submission_result,
167
  )
168
+ with gr.Row():
169
  with gr.Column():
170
  with gr.Accordion("Submit log files from a Docker run:", open=False):
171
  gr.Markdown("If you've already benchmarked your model using the [Docker file](https://github.com/huggingface/EnergyStarAI/) provided, please upload the **entire run log directory** (in .zip format) below:")