Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ custom_css = """
|
|
| 143 |
}
|
| 144 |
|
| 145 |
.header-title {
|
| 146 |
-
background: linear-gradient(135deg, rgb(71 35 242) 0%, rgb(
|
| 147 |
-webkit-background-clip: text;
|
| 148 |
-webkit-text-fill-color: transparent;
|
| 149 |
font-size: 3em;
|
|
|
|
| 143 |
}
|
| 144 |
|
| 145 |
.header-title {
|
| 146 |
+
background: linear-gradient(135deg, rgb(71, 35, 242) 0%, rgb(72 32 113) 100%) text
|
| 147 |
-webkit-background-clip: text;
|
| 148 |
-webkit-text-fill-color: transparent;
|
| 149 |
font-size: 3em;
|