CCockrum commited on
Commit
7464f51
·
verified ·
1 Parent(s): b9dcc6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,9 +20,9 @@ body {
20
  padding-bottom: 2rem;
21
  }
22
  #custom-title {
23
- color: #d63384;
24
  font-family: 'Playfair Display', serif;
25
- font-size: 2.5rem;
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("# 🇫🇷 French Tutor", elem_id="custom-title")
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):