Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ st.markdown(f"""
|
|
| 206 |
position: absolute;
|
| 207 |
/* โฌ๏ธ ๋ค์ ํ ์ค์ด ํต์ฌ: ๋์ด ์ ํ ์์ด ๋ค ๋ณ์ 0์ผ๋ก ๋ถ์ฌ ์ ์ฒด๋ฅผ ๋ฎ์ต๋๋ค */
|
| 208 |
inset: 0; /* top:0;right:0;bottom:0;left:0;์ ๋์ผ */
|
| 209 |
-
background: url('{BG_URL}') center /
|
| 210 |
background-position: center 45%;
|
| 211 |
opacity: .15; /* ํฌ๋ช
๋ 80% */
|
| 212 |
pointer-events: none;
|
|
|
|
| 206 |
position: absolute;
|
| 207 |
/* โฌ๏ธ ๋ค์ ํ ์ค์ด ํต์ฌ: ๋์ด ์ ํ ์์ด ๋ค ๋ณ์ 0์ผ๋ก ๋ถ์ฌ ์ ์ฒด๋ฅผ ๋ฎ์ต๋๋ค */
|
| 208 |
inset: 0; /* top:0;right:0;bottom:0;left:0;์ ๋์ผ */
|
| 209 |
+
background: url('{BG_URL}') center / 100% auto repeat-y;
|
| 210 |
background-position: center 45%;
|
| 211 |
opacity: .15; /* ํฌ๋ช
๋ 80% */
|
| 212 |
pointer-events: none;
|