Blakus commited on
Commit
a3c6694
1 Parent(s): 0cab9d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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", label="", show_label=False, width=250, height=250)
 
 
 
 
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):