Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -419,8 +419,9 @@ css = """
|
|
| 419 |
color: #ffffff !important;
|
| 420 |
}
|
| 421 |
#nrlchatbotLabe {
|
| 422 |
-
background:
|
| 423 |
-
color: #ffffff !important;
|
|
|
|
| 424 |
}
|
| 425 |
"""
|
| 426 |
|
|
|
|
| 419 |
color: #ffffff !important;
|
| 420 |
}
|
| 421 |
#nrlchatbotLabe {
|
| 422 |
+
background-color: #00008B !important;
|
| 423 |
+
color: #ffffff !important;
|
| 424 |
+
font-size: 16px !important;
|
| 425 |
}
|
| 426 |
"""
|
| 427 |
|