Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,6 +56,9 @@ with gr.Blocks(css=css) as myface:
|
|
| 56 |
color: #ffaa66 !important;
|
| 57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 58 |
}
|
|
|
|
|
|
|
|
|
|
| 59 |
</style>
|
| 60 |
<body>
|
| 61 |
<div class="center"><h1>ToyWorld XL 401</h1>
|
|
|
|
| 56 |
color: #ffaa66 !important;
|
| 57 |
font-family: 'IBM Plex Sans', sans-serif !important;
|
| 58 |
}
|
| 59 |
+
.text-gray-500 {
|
| 60 |
+
color: #ffffff !important;
|
| 61 |
+
}
|
| 62 |
</style>
|
| 63 |
<body>
|
| 64 |
<div class="center"><h1>ToyWorld XL 401</h1>
|