Spaces:
Sleeping
Sleeping
Update homepage.py
Browse files- homepage.py +2 -2
homepage.py
CHANGED
@@ -17,7 +17,7 @@ def display_homepage():
|
|
17 |
<style>
|
18 |
/* Set background color to white for both light and dark mode */
|
19 |
body {{
|
20 |
-
background-color: #ffffff
|
21 |
}}
|
22 |
|
23 |
.image-container {{
|
@@ -33,7 +33,7 @@ def display_homepage():
|
|
33 |
margin-top: 50px; /* Adjust margin-top to make space for the image */
|
34 |
}}
|
35 |
.main {{
|
36 |
-
background-color: #ffffff
|
37 |
}}
|
38 |
|
39 |
/* Text and button styling */
|
|
|
17 |
<style>
|
18 |
/* Set background color to white for both light and dark mode */
|
19 |
body {{
|
20 |
+
background-color: #ffffff ;
|
21 |
}}
|
22 |
|
23 |
.image-container {{
|
|
|
33 |
margin-top: 50px; /* Adjust margin-top to make space for the image */
|
34 |
}}
|
35 |
.main {{
|
36 |
+
background-color: #ffffff ;
|
37 |
}}
|
38 |
|
39 |
/* Text and button styling */
|