CCockrum commited on
Commit
f1e046e
·
verified ·
1 Parent(s): d79ef13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -22,13 +22,13 @@ body {
22
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
23
  overflow-y: auto;
24
  }
25
- #chat-title {
26
- color: #2c3e50;
27
- font-family: 'Noto Sans', serif;
28
- font-size: 1.8rem;
29
- font-weight: bold;
30
- text-align: center;
31
- margin-bottom: 1rem;
32
  }
33
  """
34
 
 
22
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
23
  overflow-y: auto;
24
  }
25
+ #.gradio-container .chatbot .header {
26
+ color: #2c3e50; !important;
27
+ font-family: 'Noto Sans', serif !important;
28
+ font-size: 1.8rem !important;
29
+ font-weight: bold !important;
30
+ text-align: center !important;
31
+ margin-bottom: 1rem !important;
32
  }
33
  """
34