Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -1
01_π _Home.py
CHANGED
@@ -58,7 +58,7 @@ if "sen_df" not in st.session_state:
|
|
58 |
st.session_state['sen_df'] = ''
|
59 |
|
60 |
url_input = st.text_input(
|
61 |
-
label=
|
62 |
|
63 |
st.markdown(
|
64 |
"<h3 style='text-align: center; color: red;'>OR</h3>",
|
|
|
58 |
st.session_state['sen_df'] = ''
|
59 |
|
60 |
url_input = st.text_input(
|
61 |
+
label="Enter YouTube URL, example below is Amazon Earnings Call 2021: 'https://www.youtube.com/watch?v=8pmbScvyfeY'" , value="https://www.youtube.com/watch?v=8pmbScvyfeY", key="url")
|
62 |
|
63 |
st.markdown(
|
64 |
"<h3 style='text-align: center; color: red;'>OR</h3>",
|