Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,13 +7,19 @@ def main():
|
|
7 |
"""
|
8 |
<style>
|
9 |
body {
|
10 |
-
background-color: #
|
11 |
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
|
|
13 |
.stButton>button {
|
14 |
-
background-color: #
|
15 |
color: white;
|
16 |
-
font-size:
|
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;
|