CB commited on
Commit
b52722e
·
verified ·
1 Parent(s): 584b5a7

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -165,7 +165,7 @@ if st.session_state["videos"]:
165
 
166
  try:
167
  st.sidebar.video(
168
- st.session_state["videos"]
169
  loop = st.session_state.get("loop_video", False)
170
  )
171
  except Exception as e:
 
165
 
166
  try:
167
  st.sidebar.video(
168
+ st.session_state["videos"],
169
  loop = st.session_state.get("loop_video", False)
170
  )
171
  except Exception as e: