Update pages/3_Earnings_Semantic_Search_π_.py
Browse files
pages/3_Earnings_Semantic_Search_π_.py
CHANGED
@@ -66,7 +66,7 @@ search_input = st.text_input(
|
|
66 |
|
67 |
sbert_model_name = st.sidebar.selectbox("Embedding Model", options=list(bi_enc_dict.keys()), key='sbox')
|
68 |
|
69 |
-
st.sidebar.markdown('
|
70 |
|
71 |
chunk_size = 1000
|
72 |
overlap_size = 50
|
|
|
66 |
|
67 |
sbert_model_name = st.sidebar.selectbox("Embedding Model", options=list(bi_enc_dict.keys()), key='sbox')
|
68 |
|
69 |
+
st.sidebar.markdown('Earnings QnA Generator')
|
70 |
|
71 |
chunk_size = 1000
|
72 |
overlap_size = 50
|