code-slicer commited on
Commit
7030d57
·
verified ·
1 Parent(s): e0f5aac

Update app.py

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