Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ st.markdown("""
|
|
155 |
/* User message styling */
|
156 |
.user-message {
|
157 |
background: #3b82f6;
|
158 |
-
color:
|
159 |
padding: 0.75rem 1rem;
|
160 |
border-radius: 7px;
|
161 |
max-width: 95%;
|
|
|
155 |
/* User message styling */
|
156 |
.user-message {
|
157 |
background: #3b82f6;
|
158 |
+
color: black;
|
159 |
padding: 0.75rem 1rem;
|
160 |
border-radius: 7px;
|
161 |
max-width: 95%;
|