Commit
·
b1b50c4
1
Parent(s):
f5de426
update background
Browse files
app.py
CHANGED
@@ -205,25 +205,10 @@ st.markdown(
|
|
205 |
"""
|
206 |
<style>
|
207 |
.stApp {
|
208 |
-
background:
|
209 |
-
color: white;
|
210 |
-
}
|
211 |
-
|
212 |
-
/* Tùy chỉnh text và component */
|
213 |
-
.stTextInput > div > div > input,
|
214 |
-
.stTextArea textarea,
|
215 |
-
.stButton>button,
|
216 |
-
.stSelectbox>div>div {
|
217 |
-
background-color: #1e1e1e;
|
218 |
-
color: white;
|
219 |
-
}
|
220 |
-
|
221 |
-
.stButton>button:hover {
|
222 |
-
background-color: #333333;
|
223 |
-
color: white;
|
224 |
}
|
225 |
</style>
|
226 |
-
|
227 |
unsafe_allow_html=True,
|
228 |
)
|
229 |
|
|
|
205 |
"""
|
206 |
<style>
|
207 |
.stApp {
|
208 |
+
background-color: #d6d6d6; /* ✅ Màu xám nhạt trung tính */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
}
|
210 |
</style>
|
211 |
+
""",
|
212 |
unsafe_allow_html=True,
|
213 |
)
|
214 |
|