nickmuchi commited on
Commit
d82e76f
Β·
1 Parent(s): 9f3ff13

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 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='Enter YouTube URL, example below is Amazon Earnings Call 2021' , value = 'https://www.youtube.com/watch?v=8pmbScvyfeY', key="url")
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>",