Spaces:
Runtime error
Runtime error
Catherine Breslin
commited on
Commit
•
4932b7a
1
Parent(s):
d7907f7
warning message
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from annotated_text import annotated_text
|
|
5 |
|
6 |
st.header("NER Demo")
|
7 |
st.markdown("This demo uses a model to identify entities in text.")
|
|
|
8 |
|
9 |
# Streamlit text boxes
|
10 |
# Text source: https://www.fool.com/earnings/call-transcripts/2022/02/08/danaos-dac-q4-2021-earnings-call-transcript/
|
|
|
5 |
|
6 |
st.header("NER Demo")
|
7 |
st.markdown("This demo uses a model to identify entities in text.")
|
8 |
+
st.markdown("NOTE: this demo is public - please don't enter confidential text")
|
9 |
|
10 |
# Streamlit text boxes
|
11 |
# Text source: https://www.fool.com/earnings/call-transcripts/2022/02/08/danaos-dac-q4-2021-earnings-call-transcript/
|