nickmuchi commited on
Commit
7e709b3
β€’
1 Parent(s): 5059a01

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 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>",