Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,10 @@ from main import TimeAdvisor
|
|
7 |
|
8 |
# Custom CSS for styling
|
9 |
custom_css = """
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
--text-color-secondary: #543310 !important;
|
15 |
}
|
16 |
#tt-header {
|
17 |
text-align: center;
|
|
|
7 |
|
8 |
# Custom CSS for styling
|
9 |
custom_css = """
|
10 |
+
html, body, .gradio-container {
|
11 |
+
background: url('YOUR_NEW_IMAGE_URL') !important;
|
12 |
+
background-size: cover !important;
|
13 |
+
color: #2c3e50 !important; /* Dark text for readability */
|
|
|
14 |
}
|
15 |
#tt-header {
|
16 |
text-align: center;
|