File size: 155 Bytes
86cf8ca |
1 2 3 4 5 6 |
import streamlit as st
st.set_page_config(page_title="Earnings Semantic Search", page_icon="π")
st.markdown("## Earnings Semantic Search with SBert")
|
86cf8ca |
1 2 3 4 5 6 |
import streamlit as st
st.set_page_config(page_title="Earnings Semantic Search", page_icon="π")
st.markdown("## Earnings Semantic Search with SBert")
|