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%;
|
|
@@ -247,8 +247,8 @@ st.markdown("""
|
|
| 247 |
/* Button */
|
| 248 |
.stButton > button {
|
| 249 |
background-color: #0d6efd;
|
| 250 |
-
color:
|
| 251 |
-
border-radius:
|
| 252 |
padding: 0.5rem 1.25rem;
|
| 253 |
border: none;
|
| 254 |
font-weight: 600;
|
|
|
|
| 155 |
/* User message styling */
|
| 156 |
.user-message {
|
| 157 |
background: #3b82f6;
|
| 158 |
+
color: white;
|
| 159 |
padding: 0.75rem 1rem;
|
| 160 |
border-radius: 7px;
|
| 161 |
max-width: 95%;
|
|
|
|
| 247 |
/* Button */
|
| 248 |
.stButton > button {
|
| 249 |
background-color: #0d6efd;
|
| 250 |
+
color: black;
|
| 251 |
+
border-radius: 8px;
|
| 252 |
padding: 0.5rem 1.25rem;
|
| 253 |
border: none;
|
| 254 |
font-weight: 600;
|