Illia56 commited on
Commit
c7ad87c
·
1 Parent(s): a54a2e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def sidebar():
131
  # Add file uploader
132
  uploaded_file = st.file_uploader("Upload a video file")
133
 
134
- if uploaded_file is not not None:
135
  # You can process the uploaded file here
136
  # For example, you can save it to a specific location or analyze its content
137
  st.markdown("You have uploaded a file.")
 
131
  # Add file uploader
132
  uploaded_file = st.file_uploader("Upload a video file")
133
 
134
+ if uploaded_file is not None:
135
  # You can process the uploaded file here
136
  # For example, you can save it to a specific location or analyze its content
137
  st.markdown("You have uploaded a file.")