Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -347,9 +347,13 @@ js_code = """
|
|
| 347 |
height: 70px;
|
| 348 |
cursor: pointer;
|
| 349 |
border-radius: 50%;
|
| 350 |
-
background: #
|
| 351 |
transition: transform 0.5s ease-out;
|
| 352 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 353 |
|
| 354 |
#component-2 {
|
| 355 |
padding: 64px 0px 0px 0px;
|
|
@@ -369,7 +373,7 @@ js_code = """
|
|
| 369 |
0px 8px 8px 0px rgba(0,0,0,0.2);
|
| 370 |
}
|
| 371 |
#component-4 {
|
| 372 |
-
background-color: #
|
| 373 |
height: 70px;
|
| 374 |
display: flex;
|
| 375 |
justify-content: center;
|
|
|
|
| 347 |
height: 70px;
|
| 348 |
cursor: pointer;
|
| 349 |
border-radius: 50%;
|
| 350 |
+
background: #6f6f6f;
|
| 351 |
transition: transform 0.5s ease-out;
|
| 352 |
}
|
| 353 |
+
|
| 354 |
+
#component-0 {
|
| 355 |
+
background-color: #dcdcdc;
|
| 356 |
+
}
|
| 357 |
|
| 358 |
#component-2 {
|
| 359 |
padding: 64px 0px 0px 0px;
|
|
|
|
| 373 |
0px 8px 8px 0px rgba(0,0,0,0.2);
|
| 374 |
}
|
| 375 |
#component-4 {
|
| 376 |
+
background-color: #6f6f6f;
|
| 377 |
height: 70px;
|
| 378 |
display: flex;
|
| 379 |
justify-content: center;
|