Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,10 +338,10 @@ def set_background_and_styles():
|
|
| 338 |
color: #1a237e !important; /* Darker blue */
|
| 339 |
}
|
| 340 |
.st-emotion-cache-1gcs47q { /* This class can be for specific text elements */
|
| 341 |
-
color: #
|
| 342 |
}
|
| 343 |
.st-emotion-cache-10q7f27 { /* Example for st.info text */
|
| 344 |
-
color: #
|
| 345 |
}
|
| 346 |
/* Hide the top grey bar */
|
| 347 |
header.st-emotion-cache-1gh8zsi {
|
|
@@ -1391,7 +1391,7 @@ def show_main_app():
|
|
| 1391 |
margin-bottom: 15px;
|
| 1392 |
}
|
| 1393 |
.bot-message {
|
| 1394 |
-
background-color: #
|
| 1395 |
color: #343a40;
|
| 1396 |
border-radius: 18px 18px 18px 5px; /* Rounded corners, pointed at bottom-right */
|
| 1397 |
padding: 12px 18px;
|
|
|
|
| 338 |
color: #1a237e !important; /* Darker blue */
|
| 339 |
}
|
| 340 |
.st-emotion-cache-1gcs47q { /* This class can be for specific text elements */
|
| 341 |
+
color: #000000 !important;
|
| 342 |
}
|
| 343 |
.st-emotion-cache-10q7f27 { /* Example for st.info text */
|
| 344 |
+
color: #000000 !important;
|
| 345 |
}
|
| 346 |
/* Hide the top grey bar */
|
| 347 |
header.st-emotion-cache-1gh8zsi {
|
|
|
|
| 1391 |
margin-bottom: 15px;
|
| 1392 |
}
|
| 1393 |
.bot-message {
|
| 1394 |
+
background-color: #ffffff; /* White for bot */
|
| 1395 |
color: #343a40;
|
| 1396 |
border-radius: 18px 18px 18px 5px; /* Rounded corners, pointed at bottom-right */
|
| 1397 |
padding: 12px 18px;
|