shukdevdatta123 commited on
Commit
9b7ca0c
·
verified ·
1 Parent(s): a579e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,7 +265,7 @@ custom_css = """
265
  transform: scale(0.95);
266
  }
267
  #clear-history {
268
- background-color: linear-gradient(135deg, #ff0000 0%, #ff7300 100%); /* Red gradient */
269
  color: white;
270
  border: none;
271
  border-radius: 8px;
@@ -276,7 +276,7 @@ custom_css = """
276
  margin-top: 10px;
277
  }
278
  #clear-history:hover {
279
- background-color: #f56565; /* Lighter red */
280
  box-shadow: 0 6px 8px rgba(229, 62, 62, 0.4);
281
  }
282
  #clear-history:active {
 
265
  transform: scale(0.95);
266
  }
267
  #clear-history {
268
+ background: linear-gradient(135deg, #e53e3e 0%, #f56565 100%); /* Red gradient */
269
  color: white;
270
  border: none;
271
  border-radius: 8px;
 
276
  margin-top: 10px;
277
  }
278
  #clear-history:hover {
279
+ background: linear-gradient(135deg, #c53030 0%, #e53e3e 100%); /* Slightly darker red gradient on hover */
280
  box-shadow: 0 6px 8px rgba(229, 62, 62, 0.4);
281
  }
282
  #clear-history:active {