nickmuchi commited on
Commit
7c4e9f8
β€’
1 Parent(s): cbc801f

Update pages/3_Earnings_Semantic_Search_πŸ”Ž_.py

Browse files
pages/3_Earnings_Semantic_Search_πŸ”Ž_.py CHANGED
@@ -24,8 +24,6 @@ if search_input:
24
 
25
  if "sen_df" in st.session_state and "earnings_passages" in st.session_state:
26
 
27
-
28
-
29
  ## Save to a dataframe for ease of visualization
30
  sen_df = st.session_state['sen_df']
31
 
 
24
 
25
  if "sen_df" in st.session_state and "earnings_passages" in st.session_state:
26
 
 
 
27
  ## Save to a dataframe for ease of visualization
28
  sen_df = st.session_state['sen_df']
29