Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -490,7 +490,7 @@ intro_image_css = """
|
|
| 490 |
max-width: 400px;
|
| 491 |
width: 90%;
|
| 492 |
height: auto;
|
| 493 |
-
margin:
|
| 494 |
border-radius: 8px;
|
| 495 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 496 |
}
|
|
|
|
| 490 |
max-width: 400px;
|
| 491 |
width: 90%;
|
| 492 |
height: auto;
|
| 493 |
+
margin: 0rem auto 0rem auto; /* Adjusted margin slightly */
|
| 494 |
border-radius: 8px;
|
| 495 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 496 |
}
|