cyberandy commited on
Commit
48dc802
1 Parent(s): 24d58c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ if text_input:
115
  # Pass the final_text to the annotated_text function
116
  annotated_text(*final_text)
117
 
118
- with st.expander("Copy the JSON-LD")
119
  st.write(json.dumps(json_ld_data, indent=2)) # Output JSON-LD
120
 
121
  with st.expander("See annotations"):
 
115
  # Pass the final_text to the annotated_text function
116
  annotated_text(*final_text)
117
 
118
+ with st.expander("Copy the JSON-LD"):
119
  st.write(json.dumps(json_ld_data, indent=2)) # Output JSON-LD
120
 
121
  with st.expander("See annotations"):