Update 01_π _Home.py
Browse files- 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
|
57 |
-
value="https://www.youtube.com/watch?v=
|
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'] = ""
|