nickmuchi commited on
Commit
06fa8ca
β€’
1 Parent(s): bf2c971

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 01_🏠_Home.py +2 -2
01_🏠_Home.py CHANGED
@@ -48,7 +48,7 @@ if 'sbox' not in st.session_state:
48
  st.session_state.sbox = asr_model_name
49
 
50
  if "url" not in st.session_state:
51
- st.session_state.url = "https://www.youtube.com/watch?v=iWobmXvCM0c"
52
 
53
  if "earnings_passages" not in st.session_state:
54
  st.session_state["earnings_passages"] = ''
@@ -57,7 +57,7 @@ if "sen_df" not in st.session_state:
57
  st.session_state['sen_df'] = ''
58
 
59
  url_input = st.text_input(
60
- label="Enter YouTube URL, example below is FaceBook Earnings Call 2022", key="url")
61
 
62
  st.markdown(
63
  "<h3 style='text-align: center; color: red;'>OR</h3>",
 
48
  st.session_state.sbox = asr_model_name
49
 
50
  if "url" not in st.session_state:
51
+ st.session_state.url = "https://www.youtube.com/watch?v=4p6o5kkZYyA"
52
 
53
  if "earnings_passages" not in st.session_state:
54
  st.session_state["earnings_passages"] = ''
 
57
  st.session_state['sen_df'] = ''
58
 
59
  url_input = st.text_input(
60
+ label="Enter YouTube URL, example below is McDonalds Earnings Call Q1 2023", key="url")
61
 
62
  st.markdown(
63
  "<h3 style='text-align: center; color: red;'>OR</h3>",