akankshar639 commited on
Commit
b8d02de
·
verified ·
1 Parent(s): 61189b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -118,16 +118,16 @@ css = """
118
  font-family: Arial, sans-serif;
119
  }
120
  button {
121
- background-color: #1B5E20 !important;
122
  color: white !important;
123
  border: none !important;
124
  }
125
  button:hover {
126
- background-color: #2E7D32 !important;
127
  }
128
  #title-header {
129
- background-color: #1B5E20;
130
- color: white;
131
  padding: 20px;
132
  border-radius: 8px;
133
  text-align: center;
 
118
  font-family: Arial, sans-serif;
119
  }
120
  button {
121
+ background-color: #800080 !important;
122
  color: white !important;
123
  border: none !important;
124
  }
125
  button:hover {
126
+ background-color: #990099 !important;
127
  }
128
  #title-header {
129
+ background-color: #800080;
130
+ color: black;
131
  padding: 20px;
132
  border-radius: 8px;
133
  text-align: center;