Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ def main_func(SupportiveGM,WellBeing,Voice,LearningDevelopment,DEIB,WorkEnvironm
|
|
78 |
# Custom CSS to Style Sliders
|
79 |
custom_css = """
|
80 |
body {
|
81 |
-
|
82 |
-
|
83 |
}
|
84 |
|
85 |
/* Hilton-Themed Sliders */
|
|
|
78 |
# Custom CSS to Style Sliders
|
79 |
custom_css = """
|
80 |
body {
|
81 |
+
background: url('https://huggingface.co/spaces/PinkPonyClub/resolve/main/static/empty-dark-concrete-wall-room-studio-background-an-2023-11-27-05-14-10-utc.jpg') no-repeat center center fixed;
|
82 |
+
background-size: cover;
|
83 |
}
|
84 |
|
85 |
/* Hilton-Themed Sliders */
|