maghwa commited on
Commit
edbd900
·
verified ·
1 Parent(s): 5cf920d

Update app.py

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