Update pages/2_Earnings_Semantic_Search_π_.py
Browse files
pages/2_Earnings_Semantic_Search_π_.py
CHANGED
@@ -1,5 +1,6 @@
|
|
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 |
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
st.set_page_config(page_title="Earnings Semantic Search", page_icon="π")
|
4 |
+
st.sidebar.header("Semantic Search")
|
5 |
st.markdown("## Earnings Semantic Search with SBert")
|
6 |
|