Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def respond(
|
|
38 |
# Custom CSS to change the title color
|
39 |
opq = """
|
40 |
.gradio-container h1 {
|
41 |
-
color:
|
42 |
}
|
43 |
"""
|
44 |
|
|
|
38 |
# Custom CSS to change the title color
|
39 |
opq = """
|
40 |
.gradio-container h1 {
|
41 |
+
color: #40E0D0 !important;
|
42 |
}
|
43 |
"""
|
44 |
|