Spaces:
Build error
Build error
Commit
·
defb879
1
Parent(s):
e84bd04
add .
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -7,7 +7,7 @@ persist_directory = load_model.persist_directory
|
|
7 |
st.title('myRetrievalGPT')
|
8 |
st.header('An GPT Retrieval example brought to you by Heiko Wagner')
|
9 |
|
10 |
-
st.markdown('*Let $\phi$ be a word embedding mapping $W$ → $\mathbb{R}^n$ where $W$ is the word space and $\mathbb{R}^n$ is an $n$-dimensional vector space then: $\phi(king)-\phi(man)+\phi(woman)=\phi(queen)
|
11 |
|
12 |
agree = st.checkbox('Load new Documents')
|
13 |
if agree:
|
|
|
7 |
st.title('myRetrievalGPT')
|
8 |
st.header('An GPT Retrieval example brought to you by Heiko Wagner')
|
9 |
|
10 |
+
st.markdown('*Let $\phi$ be a word embedding mapping $W$ → $\mathbb{R}^n$ where $W$ is the word space and $\mathbb{R}^n$ is an $n$-dimensional vector space then: $\phi(king)-\phi(man)+\phi(woman)=\phi(queen)$.* ')
|
11 |
|
12 |
agree = st.checkbox('Load new Documents')
|
13 |
if agree:
|