Update app.py
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ st.markdown("""
|
|
231 |
/* Chat input styling - Fixed alignment */
|
232 |
.stChatInput {
|
233 |
border-radius: 12px !important;
|
234 |
-
border:
|
235 |
background: #ffffff !important;
|
236 |
padding: 0.75rem 1rem !important;
|
237 |
font-size: 1rem !important;
|
|
|
231 |
/* Chat input styling - Fixed alignment */
|
232 |
.stChatInput {
|
233 |
border-radius: 12px !important;
|
234 |
+
border: 5px solid #e5e7eb !important;
|
235 |
background: #ffffff !important;
|
236 |
padding: 0.75rem 1rem !important;
|
237 |
font-size: 1rem !important;
|