CCockrum commited on
Commit
072db12
·
verified ·
1 Parent(s): 750e6fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -32,10 +32,11 @@ body {
32
  .gradio-container .chatbot h1 {
33
  color: var(--custom-title-color) !important;
34
  font-family: 'Playfair Display', serif !important;
35
- font-size: 1.8rem !important;
36
  font-weight: bold !important;
37
  text-align: center !important;
38
- margin-bottom: 1rem !important;
 
39
  }
40
 
41
  /* Fallback font import */
 
32
  .gradio-container .chatbot h1 {
33
  color: var(--custom-title-color) !important;
34
  font-family: 'Playfair Display', serif !important;
35
+ font-size: 5rem !important;
36
  font-weight: bold !important;
37
  text-align: center !important;
38
+ margin-bottom: 1.5rem !important;
39
+ width: 100%;
40
  }
41
 
42
  /* Fallback font import */