subhankarfynd commited on
Commit
94fc365
Β·
1 Parent(s): 1e8a97e

Update pages/1_πŸ“Š_About.py

Browse files
Files changed (1) hide show
  1. pages/1_πŸ“Š_About.py +2 -1
pages/1_πŸ“Š_About.py CHANGED
@@ -1,7 +1,8 @@
1
  import streamlit as st
 
2
 
3
  st.set_page_config(page_title="About Semantic Search with LLMs", page_icon="πŸ“Š")
4
-
5
  st.markdown("# About Semantic Search with LLMs")
6
  st.sidebar.header("About Semantic Search with LLMs")
7
 
 
1
  import streamlit as st
2
+ from utils import add_logo
3
 
4
  st.set_page_config(page_title="About Semantic Search with LLMs", page_icon="πŸ“Š")
5
+ add_logo("cml_logo.png")
6
  st.markdown("# About Semantic Search with LLMs")
7
  st.sidebar.header("About Semantic Search with LLMs")
8