Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ body {
|
|
20 |
padding-bottom: 2rem;
|
21 |
}
|
22 |
#custom-title {
|
23 |
-
color: #
|
24 |
font-family: 'Playfair Display', serif;
|
25 |
-
font-size:
|
26 |
font-weight: bold;
|
27 |
text-align: center;
|
28 |
margin-bottom: 20px;
|
@@ -85,7 +85,7 @@ def respond(
|
|
85 |
|
86 |
with gr.Blocks(css=css) as demo:
|
87 |
# Title Markdown block
|
88 |
-
gr.Markdown("
|
89 |
|
90 |
with gr.Column(elem_id="chat-panel"):
|
91 |
with gr.Accordion("⚙️ Advanced Settings", open=False):
|
|
|
20 |
padding-bottom: 2rem;
|
21 |
}
|
22 |
#custom-title {
|
23 |
+
color: #a5775f;
|
24 |
font-family: 'Playfair Display', serif;
|
25 |
+
font-size: 5rem;
|
26 |
font-weight: bold;
|
27 |
text-align: center;
|
28 |
margin-bottom: 20px;
|
|
|
85 |
|
86 |
with gr.Blocks(css=css) as demo:
|
87 |
# Title Markdown block
|
88 |
+
gr.Markdown("French Tutor", elem_id="custom-title")
|
89 |
|
90 |
with gr.Column(elem_id="chat-panel"):
|
91 |
with gr.Accordion("⚙️ Advanced Settings", open=False):
|