cyberandy commited on
Commit
2bc57d7
·
verified ·
1 Parent(s): e8957f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -247,4 +247,5 @@ if submit_button and entities_map:
247
  with st.expander("Here is the final JSON-LD"):
248
  st.json(json_ld_data) # Output JSON-LD
249
  elif submit_button and not entities_map:
250
- st.warning("No entities found in the text. Please try with different text or check if the model is working correctly.")
 
 
247
  with st.expander("Here is the final JSON-LD"):
248
  st.json(json_ld_data) # Output JSON-LD
249
  elif submit_button and not entities_map:
250
+ st.warning("No entities found in the text. Please try with different text or check if the model is working correctly.")
251
+