code-slicer commited on
Commit
add6330
·
verified ·
1 Parent(s): 6b37da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ st.markdown(f"""
201
  content: "";
202
  position: absolute; inset: 0; /* 컬럼 영역에만 덮기 */
203
  background: url('{BG_URL}') center / cover no-repeat;
204
- background-position: center 55%;
205
  opacity: .15; /* 투명도 80% */
206
  pointer-events: none;
207
  border-radius: 0px; /* 모서리 둥글게(원하면 제거) */
 
201
  content: "";
202
  position: absolute; inset: 0; /* 컬럼 영역에만 덮기 */
203
  background: url('{BG_URL}') center / cover no-repeat;
204
+ background-position: center 45%;
205
  opacity: .15; /* 투명도 80% */
206
  pointer-events: none;
207
  border-radius: 0px; /* 모서리 둥글게(원하면 제거) */