shingguy1 commited on
Commit
76d70e4
·
verified ·
1 Parent(s): 60928d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -130,12 +130,12 @@ st.markdown("""
130
  padding: 10px;
131
  }
132
  .stFileUploader div[role="button"] > div {
133
- color: #ffeb3b !important; /* Bright yellow text for readability */
134
  font-size: 16px;
135
  }
136
  /* Style for the "Browse files" button inside the file uploader */
137
  .stFileUploader button {
138
- background-color: #ffca28 !important; /* Yellow button background */
139
  color: #ffffff !important; /* White text for readability */
140
  border-radius: 8px !important;
141
  border: 1px solid #ffb300 !important;
@@ -143,7 +143,7 @@ st.markdown("""
143
  font-weight: bold !important;
144
  }
145
  .stFileUploader button:hover {
146
- background-color: #ffb300 !important; /* Slightly darker yellow on hover */
147
  color: #ffffff !important;
148
  }
149
  .stImage {
 
130
  padding: 10px;
131
  }
132
  .stFileUploader div[role="button"] > div {
133
+ color: #1e3a8a !important; /* Dark Blue */
134
  font-size: 16px;
135
  }
136
  /* Style for the "Browse files" button inside the file uploader */
137
  .stFileUploader button {
138
+ background-color: #1e3a8a !important; /* Dark Blue */
139
  color: #ffffff !important; /* White text for readability */
140
  border-radius: 8px !important;
141
  border: 1px solid #ffb300 !important;
 
143
  font-weight: bold !important;
144
  }
145
  .stFileUploader button:hover {
146
+ background-color: #1e3a8a !important; /* Dark Blue */
147
  color: #ffffff !important;
148
  }
149
  .stImage {