Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,11 @@ with gr.Blocks(theme=theme) as demo:
|
|
137 |
gr.Markdown(description)
|
138 |
|
139 |
with gr.Row():
|
140 |
-
gr.Image("https://i1.sndcdn.com/artworks-000237574740-gwz61j-t500x500.jpg",
|
|
|
|
|
|
|
|
|
141 |
|
142 |
with gr.Row():
|
143 |
with gr.Column(scale=2):
|
|
|
137 |
gr.Markdown(description)
|
138 |
|
139 |
with gr.Row():
|
140 |
+
gr.Image("https://i1.sndcdn.com/artworks-000237574740-gwz61j-t500x500.jpg",
|
141 |
+
label="",
|
142 |
+
show_label=False,
|
143 |
+
container=False, # Esto permite que la imagen se ajuste al contenedor
|
144 |
+
height="auto") # Altura automática para mantener la relación de aspecto
|
145 |
|
146 |
with gr.Row():
|
147 |
with gr.Column(scale=2):
|