Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ with gr.Blocks(title="AI Energy Score") as demo:
|
|
| 84 |
""")
|
| 85 |
|
| 86 |
gr.Markdown("<div style='text-align:center;'><h2>Submission Portal</h2></div>")
|
| 87 |
-
preflight_box = gr.Markdown(preflight_status())
|
| 88 |
|
| 89 |
with gr.Row():
|
| 90 |
# -------- Open Models ----------
|
|
|
|
| 84 |
""")
|
| 85 |
|
| 86 |
gr.Markdown("<div style='text-align:center;'><h2>Submission Portal</h2></div>")
|
| 87 |
+
##preflight_box = gr.Markdown(preflight_status())
|
| 88 |
|
| 89 |
with gr.Row():
|
| 90 |
# -------- Open Models ----------
|