nickmuchi commited on
Commit
6a50b6a
β€’
1 Parent(s): dc2b2e4

Update 01_🏠_Home.py

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