Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def respond(
|
|
43 |
# CSS for styling the interface
|
44 |
css = """
|
45 |
body {
|
46 |
-
background-color: #
|
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 |
|