Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,10 +32,11 @@ body {
|
|
32 |
.gradio-container .chatbot h1 {
|
33 |
color: var(--custom-title-color) !important;
|
34 |
font-family: 'Playfair Display', serif !important;
|
35 |
-
font-size:
|
36 |
font-weight: bold !important;
|
37 |
text-align: center !important;
|
38 |
-
margin-bottom:
|
|
|
39 |
}
|
40 |
|
41 |
/* Fallback font import */
|
|
|
32 |
.gradio-container .chatbot h1 {
|
33 |
color: var(--custom-title-color) !important;
|
34 |
font-family: 'Playfair Display', serif !important;
|
35 |
+
font-size: 5rem !important;
|
36 |
font-weight: bold !important;
|
37 |
text-align: center !important;
|
38 |
+
margin-bottom: 1.5rem !important;
|
39 |
+
width: 100%;
|
40 |
}
|
41 |
|
42 |
/* Fallback font import */
|