Update pages/3_Earnings_Semantic_Search_π_.py
Browse files
pages/3_Earnings_Semantic_Search_π_.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import streamlit as st
|
2 |
from functions import *
|
3 |
|
4 |
-
st.set_page_config(page_title="Earnings
|
5 |
st.sidebar.header("Semantic Search")
|
6 |
-
st.markdown("## Earnings Semantic Search with SBert")
|
7 |
|
8 |
def gen_sentiment(text):
|
9 |
'''Generate sentiment of given text'''
|
|
|
1 |
import streamlit as st
|
2 |
from functions import *
|
3 |
|
4 |
+
st.set_page_config(page_title="Earnings Question/Answering", page_icon="π")
|
5 |
st.sidebar.header("Semantic Search")
|
6 |
+
st.markdown("## Earnings Semantic Search with LangChain, OpenAI & SBert")
|
7 |
|
8 |
def gen_sentiment(text):
|
9 |
'''Generate sentiment of given text'''
|