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