CB commited on
Commit
48dfca2
·
verified ·
1 Parent(s): a190913

Update streamlit_app.py

Browse files
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -185,7 +185,7 @@ if st.session_state["videos"]:
185
  except Exception as e:
186
  st.error("Failed downloading the video", icon="😔")
187
 
188
- st.sidebar.write("**Title**:", st.session_state["videos"].split("/")[-1])
189
  # --- Streamlit App ---
190
 
191
  # Main content
 
185
  except Exception as e:
186
  st.error("Failed downloading the video", icon="😔")
187
 
188
+ st.write("**Title**:", st.session_state["videos"].split("/")[-1])
189
  # --- Streamlit App ---
190
 
191
  # Main content