Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,13 +22,13 @@ body {
|
|
22 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
23 |
overflow-y: auto;
|
24 |
}
|
25 |
-
|
26 |
-
color: #2c3e50;
|
27 |
-
font-family: 'Noto Sans', serif;
|
28 |
-
font-size: 1.8rem;
|
29 |
-
font-weight: bold;
|
30 |
-
text-align: center;
|
31 |
-
margin-bottom: 1rem;
|
32 |
}
|
33 |
"""
|
34 |
|
|
|
22 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
23 |
overflow-y: auto;
|
24 |
}
|
25 |
+
#.gradio-container .chatbot .header {
|
26 |
+
color: #2c3e50; !important;
|
27 |
+
font-family: 'Noto Sans', serif !important;
|
28 |
+
font-size: 1.8rem !important;
|
29 |
+
font-weight: bold !important;
|
30 |
+
text-align: center !important;
|
31 |
+
margin-bottom: 1rem !important;
|
32 |
}
|
33 |
"""
|
34 |
|