Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,13 +21,17 @@ body {
|
|
21 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
22 |
overflow-y: auto;
|
23 |
}
|
24 |
-
.gradio-container .chatbot
|
25 |
-
color:
|
26 |
-
font-family: '
|
27 |
font-size: 1.8rem !important;
|
28 |
font-weight: bold !important;
|
29 |
text-align: center !important;
|
|
|
30 |
}
|
|
|
|
|
|
|
31 |
"""
|
32 |
|
33 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
|
21 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
22 |
overflow-y: auto;
|
23 |
}
|
24 |
+
.gradio-container .chatbot h1 {
|
25 |
+
color: var(--custom-title-color) !important;
|
26 |
+
font-family: 'Playfair Display', serif !important;
|
27 |
font-size: 1.8rem !important;
|
28 |
font-weight: bold !important;
|
29 |
text-align: center !important;
|
30 |
+
margin-bottom: 1rem !important;
|
31 |
}
|
32 |
+
|
33 |
+
/* Fallback font import */
|
34 |
+
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
|
35 |
"""
|
36 |
|
37 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|