AIdeaText commited on
Commit
901c20c
verified
1 Parent(s): fe1707b

Update modules/semantic/semantic_interface.py

Browse files
modules/semantic/semantic_interface.py CHANGED
@@ -248,7 +248,7 @@ def display_semantic_results(semantic_result, lang_code, semantic_t):
248
  st.markdown('</div>', unsafe_allow_html=True)
249
 
250
  # Expandible con la interpretaci贸n
251
- with st.expander("馃搳 " + semantic_t.get('graph_help', "Graph Interpretation")):
252
  st.markdown("""
253
  - 馃攢 Las flechas indican la direcci贸n de la relaci贸n entre conceptos
254
  - 馃帹 Los colores m谩s intensos indican conceptos m谩s centrales en el texto
 
248
  st.markdown('</div>', unsafe_allow_html=True)
249
 
250
  # Expandible con la interpretaci贸n
251
+ with st.expander("馃搳 " + semantic_t.get('semantic_graph_interpretation', "Graph Interpretation")):
252
  st.markdown("""
253
  - 馃攢 Las flechas indican la direcci贸n de la relaci贸n entre conceptos
254
  - 馃帹 Los colores m谩s intensos indican conceptos m谩s centrales en el texto