AlainDeLong commited on
Commit
b1b50c4
·
1 Parent(s): f5de426

update background

Browse files
Files changed (1) hide show
  1. app.py +2 -17
app.py CHANGED
@@ -205,25 +205,10 @@ st.markdown(
205
  """
206
  <style>
207
  .stApp {
208
- background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
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