Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ index = st.sidebar.selectbox(
|
|
15 |
(0, 1, 2)
|
16 |
)
|
17 |
lista = ["/Users/hectorgonzalez/Documents/CLOUD/streamlit/Video/Josue.mp4",
|
18 |
-
"/
|
19 |
|
20 |
|
21 |
st.write(f'You selected: {lista[index]}')
|
|
|
15 |
(0, 1, 2)
|
16 |
)
|
17 |
lista = ["/Users/hectorgonzalez/Documents/CLOUD/streamlit/Video/Josue.mp4",
|
18 |
+
"https://huggingface.co/spaces/efghi7890/ClassAttendance/blob/main/Video/rudy.mp4", "/Users/hectorgonzalez/Documents/CLOUD/streamlit/Video/video.mp4"]
|
19 |
|
20 |
|
21 |
st.write(f'You selected: {lista[index]}')
|