Update modules/semantic/semantic_interface.py
Browse files
modules/semantic/semantic_interface.py
CHANGED
@@ -190,17 +190,6 @@ def display_semantic_results(semantic_result, lang_code, semantic_t):
|
|
190 |
else:
|
191 |
st.info(semantic_t.get('no_graph', 'No concept graph available'))
|
192 |
|
193 |
-
# Agregar explicaci贸n del an谩lisis
|
194 |
-
with st.expander(semantic_t.get('analysis_explanation', 'About this analysis')):
|
195 |
-
st.markdown(semantic_t.get('concepts_explanation',)): """
|
196 |
-
This analysis shows the most important concepts in your text and their relationships:
|
197 |
-
- **Key Concepts**: Shows the main concepts and their frequency in the text
|
198 |
-
- **Concept Graph**: Visualizes how these concepts are related to each other
|
199 |
-
|
200 |
-
The larger nodes in the graph represent concepts that appear more frequently or have
|
201 |
-
more connections to other concepts.
|
202 |
-
""")
|
203 |
-
|
204 |
'''
|
205 |
# Bot贸n de exportaci贸n al final
|
206 |
if 'semantic_analysis_counter' in st.session_state:
|
|
|
190 |
else:
|
191 |
st.info(semantic_t.get('no_graph', 'No concept graph available'))
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
'''
|
194 |
# Bot贸n de exportaci贸n al final
|
195 |
if 'semantic_analysis_counter' in st.session_state:
|