Spaces:
Runtime error
Runtime error
Catherine Breslin
commited on
Commit
•
10d694b
1
Parent(s):
b394295
warning message
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ def plot_heatmap(labels, heatmap, rotation=90):
|
|
44 |
|
45 |
st.header("Sentence Similarity Demo")
|
46 |
st.markdown("This demo uses the sentence_transformers library to plot sentence similarity between a list of sentences. Change the text below and try for yourself!")
|
|
|
47 |
|
48 |
# Streamlit text boxes
|
49 |
text = st.text_area('Enter sentences:', value="The sun is hotter than the moon.\nThe sun is very bright.\nI hear that the universe is very large.\nToday is Tuesday.")
|
|
|
44 |
|
45 |
st.header("Sentence Similarity Demo")
|
46 |
st.markdown("This demo uses the sentence_transformers library to plot sentence similarity between a list of sentences. Change the text below and try for yourself!")
|
47 |
+
st.markdown("NOTE: this demo is public - please don't enter confidential text")
|
48 |
|
49 |
# Streamlit text boxes
|
50 |
text = st.text_area('Enter sentences:', value="The sun is hotter than the moon.\nThe sun is very bright.\nI hear that the universe is very large.\nToday is Tuesday.")
|