forbiddensoul90 commited on
Commit
bbb9279
1 Parent(s): 5d87899

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -67,15 +67,15 @@ st.set_page_config(
67
  st.markdown("""
68
  <style>
69
  .user-message {
70
- background-color: #98BF64;
71
- color: black;
72
  padding: 15px;
73
  border-radius: 15px;
74
  margin: 10px 0;
75
  }
76
  .assistant-message {
77
- background-color: #F9CB9C;
78
- color: #F6B26B;
79
  padding: 15px;
80
  border-radius: 15px;
81
  margin: 10px 0;
@@ -89,7 +89,7 @@ st.markdown("""
89
  transition: background-color 0.3s;
90
  }
91
  .stButton > button:hover {
92
- background-color: #45A049;
93
  }
94
  </style>
95
  """, unsafe_allow_html=True)
 
67
  st.markdown("""
68
  <style>
69
  .user-message {
70
+ background-color: #000000;
71
+ color: #2e9ff;
72
  padding: 15px;
73
  border-radius: 15px;
74
  margin: 10px 0;
75
  }
76
  .assistant-message {
77
+ background-color: #000000;
78
+ color: #2e9ff;
79
  padding: 15px;
80
  border-radius: 15px;
81
  margin: 10px 0;
 
89
  transition: background-color 0.3s;
90
  }
91
  .stButton > button:hover {
92
+ background-color: #3d85c6;
93
  }
94
  </style>
95
  """, unsafe_allow_html=True)