Spaces:
Sleeping
Sleeping
Update modules/semantic/semantic_interface.py
Browse files
modules/semantic/semantic_interface.py
CHANGED
@@ -211,6 +211,17 @@ def display_semantic_results(semantic_result, lang_code, semantic_t):
|
|
211 |
use_container_width=True
|
212 |
)
|
213 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
214 |
# Expandible con la interpretaci贸n (se mantiene igual)
|
215 |
with st.expander("馃搳 " + semantic_t.get('semantic_graph_interpretation', "Interpretaci贸n del gr谩fico sem谩ntico")):
|
216 |
st.markdown(f"""
|
|
|
211 |
use_container_width=True
|
212 |
)
|
213 |
|
214 |
+
# --- SOLO ESTE BLOQUE ES NUEVO ---
|
215 |
+
st.markdown("""
|
216 |
+
<style>
|
217 |
+
div[data-testid="stExpander"] div[role="button"] p {
|
218 |
+
text-align: center;
|
219 |
+
font-weight: bold;
|
220 |
+
}
|
221 |
+
</style>
|
222 |
+
""", unsafe_allow_html=True)
|
223 |
+
# ---------------------------------
|
224 |
+
|
225 |
# Expandible con la interpretaci贸n (se mantiene igual)
|
226 |
with st.expander("馃搳 " + semantic_t.get('semantic_graph_interpretation', "Interpretaci贸n del gr谩fico sem谩ntico")):
|
227 |
st.markdown(f"""
|