lcjln commited on
Commit
f54cc25
ยท
verified ยท
1 Parent(s): 771aad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.title("VOD ์ฑ„ํŒ… ํฌ๋กค๋Ÿฌ")
17
  st.write("VOD URL์„ ์ž…๋ ฅํ•˜๊ณ  ์ฑ„ํŒ… ๋ฐ์ดํ„ฐ๋ฅผ ํฌ๋กค๋งํ•ฉ๋‹ˆ๋‹ค.")
18
 
19
  # URL ์ž…๋ ฅ ๋ฐ›๊ธฐ
20
- vod_url = st.text_input("VOD URL ์ž…๋ ฅ", "https://chzzk.naver.com/video/3890359")
21
 
22
  # ์„ ํƒ๋œ ์‹œ๊ฐ„๋Œ€๋ฅผ ์ €์žฅํ•  ๊ณต๊ฐ„
23
  if 'selected_times' not in st.session_state:
 
17
  st.write("VOD URL์„ ์ž…๋ ฅํ•˜๊ณ  ์ฑ„ํŒ… ๋ฐ์ดํ„ฐ๋ฅผ ํฌ๋กค๋งํ•ฉ๋‹ˆ๋‹ค.")
18
 
19
  # URL ์ž…๋ ฅ ๋ฐ›๊ธฐ
20
+ vod_url = st.text_input("VOD URL ์ž…๋ ฅ")
21
 
22
  # ์„ ํƒ๋œ ์‹œ๊ฐ„๋Œ€๋ฅผ ์ €์žฅํ•  ๊ณต๊ฐ„
23
  if 'selected_times' not in st.session_state: