Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with tab2:
|
|
33 |
video = stream.download()
|
34 |
return video
|
35 |
|
36 |
-
st.header('Video Upload and Processing')
|
37 |
|
38 |
# Setup your Twelve Labs client
|
39 |
# Assuming 'client' is set up here (use your actual client initialization)
|
|
|
33 |
video = stream.download()
|
34 |
return video
|
35 |
|
36 |
+
st.header('Video Upload and Processing (To Do)')
|
37 |
|
38 |
# Setup your Twelve Labs client
|
39 |
# Assuming 'client' is set up here (use your actual client initialization)
|