Spaces:
Sleeping
Sleeping
Commit
·
9824636
1
Parent(s):
0397910
Modify filepicker
Browse files- app.py +2 -0
- sample_files/.gitkeep +0 -0
app.py
CHANGED
@@ -23,6 +23,8 @@ DEBUG = False
|
|
23 |
def main():
|
24 |
st.markdown("###")
|
25 |
uploaded_file = st.file_uploader('Upload a picture', type=['mp4', 'jpg', 'jpeg', 'png'], accept_multiple_files=False)
|
|
|
|
|
26 |
st.markdown("### or")
|
27 |
selected_file = st_file_selector(st, path='.\sample_files', key = 'selected', label = 'Choose a sample image/video')
|
28 |
|
|
|
23 |
def main():
|
24 |
st.markdown("###")
|
25 |
uploaded_file = st.file_uploader('Upload a picture', type=['mp4', 'jpg', 'jpeg', 'png'], accept_multiple_files=False)
|
26 |
+
|
27 |
+
time.sleep(2)
|
28 |
st.markdown("### or")
|
29 |
selected_file = st_file_selector(st, path='.\sample_files', key = 'selected', label = 'Choose a sample image/video')
|
30 |
|
sample_files/.gitkeep
DELETED
File without changes
|