Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,12 +20,14 @@ body {
|
|
20 |
overflow-y: auto;
|
21 |
}
|
22 |
#chat-title {
|
23 |
-
color: #d63384;
|
24 |
-
font-family: 'Playfair Display', serif;
|
25 |
-
font-size: 1.8rem;
|
26 |
-
font-weight: bold;
|
27 |
-
text-align: center;
|
28 |
-
margin-bottom: 1rem;
|
|
|
|
|
29 |
}
|
30 |
"""
|
31 |
|
|
|
20 |
overflow-y: auto;
|
21 |
}
|
22 |
#chat-title {
|
23 |
+
color: #d63384 !important;
|
24 |
+
font-family: 'Playfair Display', serif !important;
|
25 |
+
font-size: 1.8rem !important;
|
26 |
+
font-weight: bold !important;
|
27 |
+
text-align: center !important;
|
28 |
+
margin-bottom: 1rem !important;
|
29 |
+
}
|
30 |
+
|
31 |
}
|
32 |
"""
|
33 |
|