CCockrum commited on
Commit
cb04250
·
verified ·
1 Parent(s): f4e1e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,7 +163,7 @@ if st.sidebar.button("Reset Chat"):
163
  st.markdown("""
164
  <style>
165
  .user-msg {
166
- background-color: #0078D7;
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: #DCDCDC;
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;