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