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