Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(css=custom_css) as interface:
|
|
136 |
rows=1,
|
137 |
columns=1,
|
138 |
object_fit="contain",
|
139 |
-
height=
|
140 |
|
141 |
)
|
142 |
|
|
|
136 |
rows=1,
|
137 |
columns=1,
|
138 |
object_fit="contain",
|
139 |
+
height="auto" # Adjust as needed
|
140 |
|
141 |
)
|
142 |
|