Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,9 +229,7 @@ body {
|
|
| 229 |
#app-container {
|
| 230 |
background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
|
| 231 |
max-width: 600px;
|
| 232 |
-
margin-
|
| 233 |
-
margin-right: auto;
|
| 234 |
-
padding: 50px;
|
| 235 |
border-radius: 25px;
|
| 236 |
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
|
| 237 |
}
|
|
|
|
| 229 |
#app-container {
|
| 230 |
background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
|
| 231 |
max-width: 600px;
|
| 232 |
+
margin-bottom: 10px;
|
|
|
|
|
|
|
| 233 |
border-radius: 25px;
|
| 234 |
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
|
| 235 |
}
|