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