Spaces:
Build error
Build error
Paul Ke commited on
Update streamlit_app.py
Browse files- 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")
|