AIdeaText commited on
Commit
9ecf2f9
verified
1 Parent(s): eaef4a9

Update modules/semantic/semantic_interface.py

Browse files
modules/semantic/semantic_interface.py CHANGED
@@ -192,7 +192,7 @@ def display_semantic_results(semantic_result, lang_code, semantic_t):
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
 
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