Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,16 @@ body {
|
|
30 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
31 |
overflow-y: auto;
|
32 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
"""
|
34 |
|
35 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
|
30 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
31 |
overflow-y: auto;
|
32 |
}
|
33 |
+
/* Improved title styling */
|
34 |
+
.gradio-container .chatbot h1 {
|
35 |
+
color: var(--custom-title-color) !important;
|
36 |
+
font-family: 'Noto Sans', serif !important;
|
37 |
+
font-size: 5rem !important; /* Increased font size */
|
38 |
+
font-weight: bold !important;
|
39 |
+
text-align: center !important;
|
40 |
+
margin-bottom: 1.5rem !important;
|
41 |
+
width: 100%; /* Ensure full width for centering */
|
42 |
+
}
|
43 |
"""
|
44 |
|
45 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|