Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,13 +14,11 @@ st.set_page_config(page_title="Carfind.co.za AI Assistant", layout="wide")
|
|
14 |
st.markdown("<h1 style='text-align: center;'>🚗 Carfind.co.za AI Assistant</h1>", unsafe_allow_html=True)
|
15 |
st.caption("Chat with Carfind.co.za and find your next car fast")
|
16 |
|
17 |
-
dark_mode = st.toggle("🌙 Switch to Light Mode", value=True)
|
18 |
-
|
19 |
st.markdown("""
|
20 |
<style>
|
21 |
.stChatMessage { max-width: 85%; border-radius: 12px; padding: 8px; }
|
22 |
.stChatMessage[data-testid="stChatMessage-user"] { background: #333; color: white; }
|
23 |
-
.stChatMessage[data-testid="stChatMessage-assistant"] { background: #
|
24 |
</style>
|
25 |
""", unsafe_allow_html=True)
|
26 |
|
|
|
14 |
st.markdown("<h1 style='text-align: center;'>🚗 Carfind.co.za AI Assistant</h1>", unsafe_allow_html=True)
|
15 |
st.caption("Chat with Carfind.co.za and find your next car fast")
|
16 |
|
|
|
|
|
17 |
st.markdown("""
|
18 |
<style>
|
19 |
.stChatMessage { max-width: 85%; border-radius: 12px; padding: 8px; }
|
20 |
.stChatMessage[data-testid="stChatMessage-user"] { background: #333; color: white; }
|
21 |
+
.stChatMessage[data-testid="stChatMessage-assistant"] { background: #E4E9F7; color: black; }
|
22 |
</style>
|
23 |
""", unsafe_allow_html=True)
|
24 |
|