nickmuchi commited on
Commit
61a2310
β€’
1 Parent(s): 6a1d689

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 01_🏠_Home.py +2 -2
01_🏠_Home.py CHANGED
@@ -43,7 +43,7 @@ if 'sbox' not in st.session_state:
43
  st.session_state.sbox = ''
44
 
45
  if "url" not in st.session_state:
46
- st.session_state.url = "https://www.youtube.com/watch?v=8pmbScvyfeY"
47
 
48
  if "earnings_passages" not in st.session_state:
49
  st.session_state["earnings_passages"] = ''
@@ -52,7 +52,7 @@ if "sen_df" not in st.session_state:
52
  st.session_state['sen_df'] = ''
53
 
54
  url_input = st.text_input(
55
- label="Enter YouTube URL, example below is Amazon Earnings Call 2021", key="url")
56
 
57
  st.markdown(
58
  "<h3 style='text-align: center; color: red;'>OR</h3>",
 
43
  st.session_state.sbox = ''
44
 
45
  if "url" not in st.session_state:
46
+ st.session_state.url = "https://www.youtube.com/watch?v=iWobmXvCM0c"
47
 
48
  if "earnings_passages" not in st.session_state:
49
  st.session_state["earnings_passages"] = ''
 
52
  st.session_state['sen_df'] = ''
53
 
54
  url_input = st.text_input(
55
+ label="Enter YouTube URL, example below is FaceBiik Earnings Call 2022", key="url")
56
 
57
  st.markdown(
58
  "<h3 style='text-align: center; color: red;'>OR</h3>",