Spaces:
Sleeping
Sleeping
Commit
·
bd6df02
1
Parent(s):
672ac14
update text
Browse files
app.py
CHANGED
@@ -127,11 +127,11 @@ analyzer_load_state.empty()
|
|
127 |
|
128 |
st_text = st.text_area(
|
129 |
label="Type in some text",
|
130 |
-
value="Learning Reflection\n\nJohn Williams\n\nIn this course I learned many things. As Liedtke (2004) said, \"Students grow when they learn\"
|
131 |
height=200,
|
132 |
)
|
133 |
|
134 |
-
button = st.button("Detect
|
135 |
|
136 |
if 'first_load' not in st.session_state:
|
137 |
st.session_state['first_load'] = True
|
|
|
127 |
|
128 |
st_text = st.text_area(
|
129 |
label="Type in some text",
|
130 |
+
value="Learning Reflection\n\nJohn Williams\n\nIn this course I learned many things. As Liedtke (2004) said, \"Students grow when they learn\" (Erickson et al. 1998).\n\nBy John H. Williams -- (714) 328-9989 -- [email protected]",
|
131 |
height=200,
|
132 |
)
|
133 |
|
134 |
+
button = st.button("Detect PII")
|
135 |
|
136 |
if 'first_load' not in st.session_state:
|
137 |
st.session_state['first_load'] = True
|