Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,7 @@ css = """
|
|
| 244 |
.hide-container {
|
| 245 |
margin-top;-2px;
|
| 246 |
}
|
| 247 |
-
#app-
|
| 248 |
background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
|
| 249 |
max-width: 600px;
|
| 250 |
margin-left: auto;
|
|
@@ -253,6 +253,14 @@ css = """
|
|
| 253 |
border-radius: 125px;
|
| 254 |
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
|
| 255 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
|
| 257 |
#title-container {
|
| 258 |
display: flex;
|
|
|
|
| 244 |
.hide-container {
|
| 245 |
margin-top;-2px;
|
| 246 |
}
|
| 247 |
+
#app-container3 {
|
| 248 |
background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
|
| 249 |
max-width: 600px;
|
| 250 |
margin-left: auto;
|
|
|
|
| 253 |
border-radius: 125px;
|
| 254 |
box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Adjusted shadow opacity */
|
| 255 |
}
|
| 256 |
+
#app-container {
|
| 257 |
+
background-color: rgba(255, 255, 255, 0.001); /* Semi-transparent background */
|
| 258 |
+
max-width: 600px;
|
| 259 |
+
margin: 0 auto; /* Center horizontally */
|
| 260 |
+
padding-bottom: 10px;
|
| 261 |
+
border-radius: 25px;
|
| 262 |
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adjusted shadow opacity */
|
| 263 |
+
}
|
| 264 |
|
| 265 |
#title-container {
|
| 266 |
display: flex;
|