Paul Ke commited on
Commit
8042776
·
verified ·
1 Parent(s): 3e89b76

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -177,7 +177,7 @@ if st.session_state["videos"]:
177
  st.error("Failed downloading the video", icon="😔")
178
 
179
  # URL input for video
180
- video_url=f"{st.session_state['videos'].lower().translate(str.maketrans('', '', string.punctuation)).replace(' ', '_')}.mp4
181
 
182
  # Analysis prompt
183
  analysis_prompt = st.sidebar.text_area("Enter analysis")
 
177
  st.error("Failed downloading the video", icon="😔")
178
 
179
  # URL input for video
180
+ video_url=f"{st.session_state['videos'].lower().translate(str.maketrans('', '', string.punctuation)).replace(' ', '_')}.mp4",
181
 
182
  # Analysis prompt
183
  analysis_prompt = st.sidebar.text_area("Enter analysis")