nickmuchi commited on
Commit
7c3459e
β€’
1 Parent(s): 741aa8b

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

Browse files
pages/3_Earnings_Semantic_Search_πŸ”Ž_.py CHANGED
@@ -70,10 +70,10 @@ if search_input is not None:
70
  first,second = text_to_annotate[0],text_to_annotate[-1]
71
 
72
  with st.container():
73
- annotate_text(*first)
74
 
75
  with st.container():
76
- annotate_text(*second)
77
 
78
  else:
79
 
 
70
  first,second = text_to_annotate[0],text_to_annotate[-1]
71
 
72
  with st.container():
73
+ annotated_text(*first)
74
 
75
  with st.container():
76
+ annotated_text(*second)
77
 
78
  else:
79