CCockrum commited on
Commit
8b09c72
·
verified ·
1 Parent(s): 360ff2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -11,6 +11,14 @@ body {
11
  background-position: center;
12
  background-repeat: no-repeat;
13
  }
 
 
 
 
 
 
 
 
14
  #chat-panel {
15
  background-color: rgba(255, 255, 255, 0.85);
16
  padding: 2rem;
 
11
  background-position: center;
12
  background-repeat: no-repeat;
13
  }
14
+ #custom-title {
15
+ color: #d63384;
16
+ font-family: 'Playfair Display', serif;
17
+ font-size: 2.5rem;
18
+ font-weight: bold;
19
+ text-align: center;
20
+ margin-bottom: 20px;
21
+ }
22
  #chat-panel {
23
  background-color: rgba(255, 255, 255, 0.85);
24
  padding: 2rem;