seawolf2357 commited on
Commit
5c0e140
·
verified ·
1 Parent(s): f2f1be7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if selected_menu == "Free Stock" and selected_sub_menu == "Template Video":
22
 
23
  # 비디오 파일과 썸네일 이미지 경로 설정
24
  video_files = ["ex1.mp4", "ex2.mp4", "ex3.mp4", "ex4.mp4", "ex5.mp4", "ex6.mp4"]
25
- thumbnails = ["thum1.jpg", "thum2.jpg", "thum3.jpg", "thum4.jpg", "thum5.jpg", "thum6.jpg"]
26
 
27
  # 갤러리 형태로 썸네일 표시
28
  cols = st.columns(3)
 
22
 
23
  # 비디오 파일과 썸네일 이미지 경로 설정
24
  video_files = ["ex1.mp4", "ex2.mp4", "ex3.mp4", "ex4.mp4", "ex5.mp4", "ex6.mp4"]
25
+ thumbnails = ["thum1.png", "thum2.png", "thum3.png", "thum4.png", "thum5.png", "thum6.png"]
26
 
27
  # 갤러리 형태로 썸네일 표시
28
  cols = st.columns(3)