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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,15 +47,15 @@ body {
47
 
48
  #title {
49
  text-align: center;
50
- font-size: 32px;
51
  font-weight: bold;
52
  color: #fbbf24;
53
  }
54
 
55
  #subtitle {
56
  text-align: center;
57
- font-size: 16px;
58
- color: #e5e7eb;
59
  }
60
  """
61
 
 
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