shukdevdatta123 commited on
Commit
9b5c32b
·
verified ·
1 Parent(s): 74e0dd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,7 +133,7 @@ custom_css = """
133
 
134
  /* Clear History Button: Light Red */
135
  #clear-history {
136
- background-color: #f5a4a4; /* Light red */
137
  color: white;
138
  border: none;
139
  border-radius: 8px;
@@ -144,7 +144,7 @@ custom_css = """
144
  margin-top: -180px;
145
  }
146
  #clear-history:hover {
147
- background-color: #f04e4e; /* Slightly darker red */
148
  }
149
  #clear-history:active {
150
  transform: scale(0.95);
 
133
 
134
  /* Clear History Button: Light Red */
135
  #clear-history {
136
+ background-color: #f04e4e; /* Slightly Darker red */
137
  color: white;
138
  border: none;
139
  border-radius: 8px;
 
144
  margin-top: -180px;
145
  }
146
  #clear-history:hover {
147
+ background-color: #f5a4a4; /* Light red */
148
  }
149
  #clear-history:active {
150
  transform: scale(0.95);