Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
| 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)
|