Keiraj commited on
Commit
6129da6
·
verified ·
1 Parent(s): 171f4e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
app.py CHANGED
@@ -7,13 +7,19 @@ def main():
7
  """
8
  <style>
9
  body {
10
- background-color: #FFDEE9;
11
  text-align: center;
 
 
 
 
 
12
  }
 
13
  .stButton>button {
14
- background-color: #FF1493;
15
  color: white;
16
- font-size: 18px;
17
  border-radius: 10px;
18
  width: 300px;
19
  height: 80px;
 
7
  """
8
  <style>
9
  body {
10
+ background-color: #c98fbc;
11
  text-align: center;
12
+
13
+ }
14
+
15
+ .stApp {
16
+ background-color: #c98fbc;
17
  }
18
+
19
  .stButton>button {
20
+ background-color: #9e3e88;
21
  color: white;
22
+ font-size: 21px;
23
  border-radius: 10px;
24
  width: 300px;
25
  height: 80px;