shukdevdatta123 commited on
Commit
ff8114e
·
verified ·
1 Parent(s): b3ba75f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -265,7 +265,7 @@ custom_css = """
265
  transform: scale(0.95);
266
  }
267
  #clear-history {
268
- ackground-color: #e53e3e; /* Red */
269
  color: black;
270
  border: none;
271
  border-radius: 8px;
@@ -274,7 +274,6 @@ custom_css = """
274
  cursor: pointer;
275
  transition: all 0.3s ease;
276
  margin-top: 10px;
277
- box-shadow: 0 4px 6px rgba(229, 62, 62, 0.3);
278
  }
279
  #clear-history:hover {
280
  background-color: #f56565; /* Lighter red */
 
265
  transform: scale(0.95);
266
  }
267
  #clear-history {
268
+ background-color: #e53e3e; /* Red */
269
  color: black;
270
  border: none;
271
  border-radius: 8px;
 
274
  cursor: pointer;
275
  transition: all 0.3s ease;
276
  margin-top: 10px;
 
277
  }
278
  #clear-history:hover {
279
  background-color: #f56565; /* Lighter red */