Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ pii_id_instance = PII_IDENTIFIER()
|
|
7 |
|
8 |
st.title("Personal data ID")
|
9 |
|
10 |
-
text_to_predict = st.text_input('Enter text :: ', '')
|
11 |
|
12 |
|
13 |
if st.button("Predict"):
|
|
|
7 |
|
8 |
st.title("Personal data ID")
|
9 |
|
10 |
+
text_to_predict = st.text_input('Enter text :: ', 'Mein Name ist MARKDEF1100 DE89 3704 0044 0532 0130 00 Noah Schmidt [email protected] und ich lebe in Irbid with number swift WWBADE3AXXX 6282368558 DE89370400440532013000 +491635551584. Allianz Versicherungs-Aktiengesellschaft Allianz ® Nachtrag vom 30.11.2014 zur')
|
11 |
|
12 |
|
13 |
if st.button("Predict"):
|