maghwa commited on
Commit
0edcfde
1 Parent(s): e36b7c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ def main() -> None:
270
  border: none;
271
  }
272
  img {
273
- width: 200px; /* or you can set it to a specific width like 200px */
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
  """