Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ intro_image_css = """
|
|
487 |
/* --- CSS for the Image tag itself in the About Tab --- */
|
488 |
#intro-image img { /* Target the actual <img> tag */
|
489 |
display: block;
|
490 |
-
max-width:
|
491 |
width: 90%;
|
492 |
height: auto;
|
493 |
margin: 2rem auto 1rem auto; /* Adjusted margin slightly */
|
|
|
487 |
/* --- CSS for the Image tag itself in the About Tab --- */
|
488 |
#intro-image img { /* Target the actual <img> tag */
|
489 |
display: block;
|
490 |
+
max-width: 400px;
|
491 |
width: 90%;
|
492 |
height: auto;
|
493 |
margin: 2rem auto 1rem auto; /* Adjusted margin slightly */
|