Spaces:
Build error
Build error
feat: add image to the background
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ body {
|
|
| 30 |
margin: 0 auto;
|
| 31 |
max-width: 960px;
|
| 32 |
background-color: rgba(255, 255, 255, 0.85);
|
| 33 |
-
border-radius:
|
| 34 |
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
| 35 |
padding: 24px;
|
| 36 |
backdrop-filter: blur(10px);
|
|
|
|
| 30 |
margin: 0 auto;
|
| 31 |
max-width: 960px;
|
| 32 |
background-color: rgba(255, 255, 255, 0.85);
|
| 33 |
+
border-radius: 20px;
|
| 34 |
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
|
| 35 |
padding: 24px;
|
| 36 |
backdrop-filter: blur(10px);
|