Poonawala commited on
Commit
86a3898
·
verified ·
1 Parent(s): 1465804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def respond(
43
  # CSS for styling the interface
44
  css = """
45
  body {
46
- background-color: #121212; /* Dark background */
47
  color: white; /* Text color for better visibility */
48
  }
49
 
 
43
  # CSS for styling the interface
44
  css = """
45
  body {
46
+ background-color: #06688E; /* Dark background */
47
  color: white; /* Text color for better visibility */
48
  }
49