Spaces:
Sleeping
Sleeping
Commit
Β·
94fc365
1
Parent(s):
1e8a97e
Update pages/1_π_About.py
Browse files- 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 |
|