cyberandy commited on
Commit
e044614
·
verified ·
1 Parent(s): b517063

Update app.py

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