Spaces:
Runtime error
Runtime error
EC2 Default User
commited on
Commit
•
34cc4af
1
Parent(s):
e387f6f
first
Browse files
app.py
CHANGED
@@ -19,4 +19,6 @@ if "text_error" not in st.session_state:
|
|
19 |
if "text_anon" not in st.session_state:
|
20 |
st.session_state.text_anon = ""
|
21 |
if "n_requests" not in st.session_state:
|
22 |
-
st.session_state.n_requests = 0
|
|
|
|
|
|
19 |
if "text_anon" not in st.session_state:
|
20 |
st.session_state.text_anon = ""
|
21 |
if "n_requests" not in st.session_state:
|
22 |
+
st.session_state.n_requests = 0
|
23 |
+
|
24 |
+
text = st.text_input(label="Text to be anonymised", placeholder="AI")
|