Update 01_π _Home.py
Browse files- 01_π _Home.py +1 -1
01_π _Home.py
CHANGED
@@ -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>",
|
|
|
52 |
st.session_state['sen_df'] = ''
|
53 |
|
54 |
url_input = st.text_input(
|
55 |
+
label="Enter YouTube URL, example below is FaceBook Earnings Call 2022", key="url")
|
56 |
|
57 |
st.markdown(
|
58 |
"<h3 style='text-align: center; color: red;'>OR</h3>",
|