Spaces:
Runtime error
Runtime error
Catherine Breslin
commited on
Commit
•
143cb3b
1
Parent(s):
37974d1
warning message
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import numpy as np
|
|
7 |
|
8 |
st.header("Smart Search Demo")
|
9 |
st.markdown("This demo uses the sentence_transformers library to find close matches of search sentences in a long block of text. Change the sentences and try your own!")
|
|
|
10 |
|
11 |
# Streamlit text boxes
|
12 |
# source: https://www.gutenberg.org/cache/epub/1597/pg1597.txt
|
|
|
7 |
|
8 |
st.header("Smart Search Demo")
|
9 |
st.markdown("This demo uses the sentence_transformers library to find close matches of search sentences in a long block of text. Change the sentences and try your own!")
|
10 |
+
st.markdown("NOTE: this demo is public - please don't enter confidential text")
|
11 |
|
12 |
# Streamlit text boxes
|
13 |
# source: https://www.gutenberg.org/cache/epub/1597/pg1597.txt
|