cyberandy commited on
Commit
e82b715
·
1 Parent(s): 32dc12b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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(*final_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)