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