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 |
+
|