Update 01_π _Home.py
Browse files- 01_π _Home.py +2 -0
01_π _Home.py
CHANGED
@@ -58,6 +58,8 @@ if "sen_df" not in st.session_state:
|
|
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>",
|
|
|
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.session_state['url'] = url_input
|
63 |
|
64 |
st.markdown(
|
65 |
"<h3 style='text-align: center; color: red;'>OR</h3>",
|