Update 01_π _Home.py
Browse files- 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=
|
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
|
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>",
|