Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
|
|
|
| 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;
|