Spaces:
Runtime error
Runtime error
new logo
Browse files- app.py +1 -1
- static/logo.jpg +0 -0
app.py
CHANGED
|
@@ -166,7 +166,7 @@ with gr.Blocks(css=css, js=js) as demo:
|
|
| 166 |
</div>
|
| 167 |
</div>
|
| 168 |
""")
|
| 169 |
-
gr.Image("static/logo.
|
| 170 |
with gr.Row(visible=False) as model_consumption_row:
|
| 171 |
consumption_text = gr.Textbox(label="Consumo: ", visible=True, interactive=False)
|
| 172 |
with gr.Row():
|
|
|
|
| 166 |
</div>
|
| 167 |
</div>
|
| 168 |
""")
|
| 169 |
+
gr.Image("static/logo.jpg", elem_id="centered", show_label=False)
|
| 170 |
with gr.Row(visible=False) as model_consumption_row:
|
| 171 |
consumption_text = gr.Textbox(label="Consumo: ", visible=True, interactive=False)
|
| 172 |
with gr.Row():
|
static/logo.jpg
ADDED
|