Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with st.expander("Project Description", expanded=False):
|
|
132 |
Currently, two languages are supported: English and Spanish. Additionally, you can select whether the detected entities are broken down into the three types of camouflaged words: Canonical Leetspeak, Punctuation Camouflaged, Inversion Camouflaged. Finally, you can select between "accuracy" or "efficiency" performance.
|
133 |
""")
|
134 |
|
135 |
-
with st.expander("Try
|
136 |
st.write("""
|
137 |
ENGLISH:
|
138 |
- Desperately dominated by fam1ly sitüatløns, he leaves her.
|
|
|
132 |
Currently, two languages are supported: English and Spanish. Additionally, you can select whether the detected entities are broken down into the three types of camouflaged words: Canonical Leetspeak, Punctuation Camouflaged, Inversion Camouflaged. Finally, you can select between "accuracy" or "efficiency" performance.
|
133 |
""")
|
134 |
|
135 |
+
with st.expander("Try any of these examples", expanded=False):
|
136 |
st.write("""
|
137 |
ENGLISH:
|
138 |
- Desperately dominated by fam1ly sitüatløns, he leaves her.
|