Ashed00 commited on
Commit
15b6e7f
·
verified ·
1 Parent(s): ddcb407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -7,11 +7,10 @@ from main import TimeAdvisor
7
 
8
  # Custom CSS for styling
9
  custom_css = """
10
- :root {
11
- --background-primary: #fcf5e5 !important; /* Light warm parchment */
12
- --background-secondary: #e9dcc5 !important;
13
- --text-color-primary: #2c3e50 !important; /* Dark navy for contrast */
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;