basantyahya commited on
Commit
63bfb4e
·
verified ·
1 Parent(s): fd5a88f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,20 +42,20 @@ def respond(message, history, model, temperature, max_tokens):
42
  # -------------------------
43
  custom_css = """
44
  body {
45
- background: linear-gradient(135deg, #0f172a, #1e293b);
46
  }
47
 
48
  #title {
49
  text-align: center;
50
  font-size: 40px;
51
  font-weight: bold;
52
- color: #fbbf24;
53
  }
54
 
55
  #subtitle {
56
  text-align: center;
57
  font-size: 24px;
58
- color: #ffffff;
59
  }
60
  """
61
 
 
42
  # -------------------------
43
  custom_css = """
44
  body {
45
+ background: linear-gradient(135deg, #ffd966, #1e293b);
46
  }
47
 
48
  #title {
49
  text-align: center;
50
  font-size: 40px;
51
  font-weight: bold;
52
+ color: #990000;
53
  }
54
 
55
  #subtitle {
56
  text-align: center;
57
  font-size: 24px;
58
+ color: #660000;
59
  }
60
  """
61