cyberandy commited on
Commit
49703d7
1 Parent(s): c9574f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -72,5 +72,6 @@ if text_input:
72
  # Pass the final_text to the annotated_text function
73
  annotated_text(*final_text)
74
 
75
- with st.expander("See annotations"):
76
- st.write(final_text)
 
 
72
  # Pass the final_text to the annotated_text function
73
  annotated_text(*final_text)
74
 
75
+ with st.expander("See annotations"):
76
+ st.write(final_text)
77
+ st.write(combined_entity_info_dictionary)