Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,14 +30,6 @@ body {
|
|
30 |
box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
|
31 |
overflow-y: auto;
|
32 |
}
|
33 |
-
.gradio-container .chatbot h1 {
|
34 |
-
color: var(--custom-title-color) !important;
|
35 |
-
font-family: 'Playfair Display', serif !important;
|
36 |
-
font-size: 1.8rem !important;
|
37 |
-
font-weight: bold !important;
|
38 |
-
text-align: center !important;
|
39 |
-
margin-bottom: 1rem !important
|
40 |
-
}
|
41 |
"""
|
42 |
|
43 |
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
|
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")
|