AbhayVG commited on
Commit
6b395c2
·
verified ·
1 Parent(s): 1819c80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -155,7 +155,7 @@ st.markdown("""
155
  /* User message styling */
156
  .user-message {
157
  background: #3b82f6;
158
- color: black;
159
  padding: 0.75rem 1rem;
160
  border-radius: 7px;
161
  max-width: 95%;
@@ -247,8 +247,8 @@ st.markdown("""
247
  /* Button */
248
  .stButton > button {
249
  background-color: #0d6efd;
250
- color: white;
251
- border-radius: 6.8px;
252
  padding: 0.5rem 1.25rem;
253
  border: none;
254
  font-weight: 600;
 
155
  /* User message styling */
156
  .user-message {
157
  background: #3b82f6;
158
+ color: white;
159
  padding: 0.75rem 1rem;
160
  border-radius: 7px;
161
  max-width: 95%;
 
247
  /* Button */
248
  .stButton > button {
249
  background-color: #0d6efd;
250
+ color: black;
251
+ border-radius: 8px;
252
  padding: 0.5rem 1.25rem;
253
  border: none;
254
  font-weight: 600;