Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ def create_model_card(repo: str) -> str:
|
|
| 106 |
custom_css = """
|
| 107 |
#title {
|
| 108 |
text-align: center;
|
| 109 |
-
background:
|
| 110 |
color: white;
|
| 111 |
padding: 2rem;
|
| 112 |
border-radius: 15px;
|
|
|
|
| 106 |
custom_css = """
|
| 107 |
#title {
|
| 108 |
text-align: center;
|
| 109 |
+
background: rgb(203, 255, 77);
|
| 110 |
color: white;
|
| 111 |
padding: 2rem;
|
| 112 |
border-radius: 15px;
|