Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ def main() -> None:
|
|
270 |
border: none;
|
271 |
}
|
272 |
img {
|
273 |
-
width:
|
274 |
height: 200px; /* adjust the height as needed */
|
275 |
}
|
276 |
"""
|
|
|
270 |
border: none;
|
271 |
}
|
272 |
img {
|
273 |
+
width: auto; /* or you can set it to a specific width like 200px */
|
274 |
height: 200px; /* adjust the height as needed */
|
275 |
}
|
276 |
"""
|