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