Spaces:
Running
Running
Update modules/semantic/semantic_interface.py
Browse files
modules/semantic/semantic_interface.py
CHANGED
@@ -273,4 +273,4 @@ def display_semantic_results(semantic_result, lang_code, semantic_t):
|
|
273 |
logger.error(f"Error displaying graph: {str(e)}")
|
274 |
st.error(semantic_t.get('graph_error', 'Error displaying the graph'))
|
275 |
else:
|
276 |
-
st.info(semantic_t.get('no_graph', 'No concept graph available'))
|
|
|
273 |
logger.error(f"Error displaying graph: {str(e)}")
|
274 |
st.error(semantic_t.get('graph_error', 'Error displaying the graph'))
|
275 |
else:
|
276 |
+
st.info(semantic_t.get('no_graph', 'No concept graph available'))
|