Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ if st.sidebar.button("Reset Chat"):
|
|
163 |
st.markdown("""
|
164 |
<style>
|
165 |
.user-msg {
|
166 |
-
background-color: #
|
167 |
color: white;
|
168 |
padding: 10px;
|
169 |
border-radius: 10px;
|
@@ -172,7 +172,7 @@ st.markdown("""
|
|
172 |
max-width: 80%;
|
173 |
}
|
174 |
.assistant-msg {
|
175 |
-
background-color: #
|
176 |
color: white;
|
177 |
padding: 10px;
|
178 |
border-radius: 10px;
|
|
|
163 |
st.markdown("""
|
164 |
<style>
|
165 |
.user-msg {
|
166 |
+
background-color: #C0C0C0;
|
167 |
color: white;
|
168 |
padding: 10px;
|
169 |
border-radius: 10px;
|
|
|
172 |
max-width: 80%;
|
173 |
}
|
174 |
.assistant-msg {
|
175 |
+
background-color: #333333;
|
176 |
color: white;
|
177 |
padding: 10px;
|
178 |
border-radius: 10px;
|