Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,12 +130,12 @@ st.markdown("""
|
|
| 130 |
padding: 10px;
|
| 131 |
}
|
| 132 |
.stFileUploader div[role="button"] > div {
|
| 133 |
-
color: #
|
| 134 |
font-size: 16px;
|
| 135 |
}
|
| 136 |
/* Style for the "Browse files" button inside the file uploader */
|
| 137 |
.stFileUploader button {
|
| 138 |
-
background-color: #
|
| 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: #
|
| 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 {
|