nickmuchi commited on
Commit
ce57a20
β€’
1 Parent(s): e0f42c3

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 Semantic Search", page_icon="πŸ”Ž")
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'''