ISOM5240GP4 commited on
Commit
6f37940
·
verified ·
1 Parent(s): 545dce5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -124,10 +124,10 @@ Sarah
124
  div.stButton > button[key="analyze"]:hover {
125
  background-color: #E74C3C !important; /* Darker orange on hover */
126
  }
127
- /* Clear button (gray, aligned with Analyze) */
128
  div.stButton > button[key="clear"] {
129
- background-color: #d3d3d3 !important; /* Force gray color */
130
- color: #333333 !important; /* Force dark text */
131
  font-size: 18px !important;
132
  padding: 12px 24px !important;
133
  border: none !important;
@@ -139,7 +139,7 @@ Sarah
139
  margin: 0 !important; /* Remove any default margins */
140
  }
141
  div.stButton > button[key="clear"]:hover {
142
- background-color: #b0b0b0 !important; /* Darker gray on hover */
143
  }
144
  /* Result boxes with updated colors */
145
  .spam-result {
 
124
  div.stButton > button[key="analyze"]:hover {
125
  background-color: #E74C3C !important; /* Darker orange on hover */
126
  }
127
+ /* Clear button (blue, aligned with Analyze) */
128
  div.stButton > button[key="clear"] {
129
+ background-color: #007BFF !important; /* Force blue color */
130
+ color: white !important; /* Force white text */
131
  font-size: 18px !important;
132
  padding: 12px 24px !important;
133
  border: none !important;
 
139
  margin: 0 !important; /* Remove any default margins */
140
  }
141
  div.stButton > button[key="clear"]:hover {
142
+ background-color: #0056b3 !important; /* Darker blue on hover */
143
  }
144
  /* Result boxes with updated colors */
145
  .spam-result {