Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,4 +69,7 @@ if text_input:
|
|
69 |
final_text.append(word + " ")
|
70 |
|
71 |
# Pass the final_text to the annotated_text function
|
72 |
-
annotated_text(
|
|
|
|
|
|
|
|
69 |
final_text.append(word + " ")
|
70 |
|
71 |
# Pass the final_text to the annotated_text function
|
72 |
+
annotated_text(final_text)
|
73 |
+
|
74 |
+
with st.expander("See annotations"):
|
75 |
+
st.write(final_text)
|