code-slicer commited on
Commit
4bd9508
ยท
verified ยท
1 Parent(s): b3a1026

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 / cover no-repeat;
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;