Update app.py
Browse files
app.py
CHANGED
|
@@ -50,17 +50,18 @@ with gr.Blocks(css="""
|
|
| 50 |
max-width: 100%;
|
| 51 |
margin: auto;
|
| 52 |
font-family: Arial, sans-serif;
|
|
|
|
| 53 |
}
|
| 54 |
|
| 55 |
.custom-container p {
|
| 56 |
font-size: 16px;
|
| 57 |
-
color: #
|
| 58 |
margin-bottom: 10px;
|
| 59 |
}
|
| 60 |
|
| 61 |
.custom-container a {
|
| 62 |
font-size: 16px;
|
| 63 |
-
color: #
|
| 64 |
text-decoration: none;
|
| 65 |
font-weight: bold;
|
| 66 |
}
|
|
|
|
| 50 |
max-width: 100%;
|
| 51 |
margin: auto;
|
| 52 |
font-family: Arial, sans-serif;
|
| 53 |
+
text-align: center;
|
| 54 |
}
|
| 55 |
|
| 56 |
.custom-container p {
|
| 57 |
font-size: 16px;
|
| 58 |
+
color: #FFFFFF;
|
| 59 |
margin-bottom: 10px;
|
| 60 |
}
|
| 61 |
|
| 62 |
.custom-container a {
|
| 63 |
font-size: 16px;
|
| 64 |
+
color: #FFFFFF;
|
| 65 |
text-decoration: none;
|
| 66 |
font-weight: bold;
|
| 67 |
}
|