nickmuchi commited on
Commit
86cf8ca
β€’
1 Parent(s): 567d9b9

Create new file

Browse files
pages/2_Earnings_Semantic_Search_πŸ”Ž_.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(page_title="Earnings Semantic Search", page_icon="πŸ”Ž")
4
+ st.markdown("## Earnings Semantic Search with SBert")
5
+