jer233 commited on
Commit
908c00e
·
verified ·
1 Parent(s): 5f85c26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,7 +37,7 @@ css = """
37
  margin-right: 10px;
38
  align-items: center;
39
  font-size: 0.9em;
40
- color: #5c6bc0;
41
  }
42
  .separator {
43
  margin: 0 5px;
@@ -69,7 +69,7 @@ css = """
69
  .button {
70
  width: 250px; /* Same as the select box width */
71
  height: 100px; /* Button height */
72
- background-color: #3b5998;
73
  color: white;
74
  font-weight: bold;
75
  border-radius: 8px;
 
37
  margin-right: 10px;
38
  align-items: center;
39
  font-size: 0.9em;
40
+ color: #ADD8E6;
41
  }
42
  .separator {
43
  margin: 0 5px;
 
69
  .button {
70
  width: 250px; /* Same as the select box width */
71
  height: 100px; /* Button height */
72
+ background-color: #ADD8E6;
73
  color: white;
74
  font-weight: bold;
75
  border-radius: 8px;