CCockrum commited on
Commit
96da2bc
·
verified ·
1 Parent(s): fc83ab2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -20,12 +20,14 @@ body {
20
  overflow-y: auto;
21
  }
22
  #chat-title {
23
- color: #d63384;
24
- font-family: 'Playfair Display', serif;
25
- font-size: 1.8rem;
26
- font-weight: bold;
27
- text-align: center;
28
- margin-bottom: 1rem;
 
 
29
  }
30
  """
31
 
 
20
  overflow-y: auto;
21
  }
22
  #chat-title {
23
+ color: #d63384 !important;
24
+ font-family: 'Playfair Display', serif !important;
25
+ font-size: 1.8rem !important;
26
+ font-weight: bold !important;
27
+ text-align: center !important;
28
+ margin-bottom: 1rem !important;
29
+ }
30
+
31
  }
32
  """
33