nickmuchi commited on
Commit
39bff2f
β€’
1 Parent(s): ebc87ab

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 01_🏠_Home.py +2 -2
01_🏠_Home.py CHANGED
@@ -53,8 +53,8 @@ if "sen_df" not in st.session_state:
53
  st.session_state['sen_df'] = ''
54
 
55
  url_input = st.text_input(
56
- label="Enter YouTube URL, example below is JP Morgan's Earnings Call Q4 2023",
57
- value="https://www.youtube.com/watch?v=W3Ly_sCb-4Y")
58
 
59
  if 'url' not in st.session_state:
60
  st.session_state['url'] = ""
53
  st.session_state['sen_df'] = ''
54
 
55
  url_input = st.text_input(
56
+ label="Enter YouTube URL, example below is JP Morgan's Earnings Call Q1 2024",
57
+ value="https://www.youtube.com/watch?v=XhZ446p0pMU")
58
 
59
  if 'url' not in st.session_state:
60
  st.session_state['url'] = ""