Spaces:
Sleeping
Sleeping
Update modules/semantic/semantic_interface.py
Browse files
modules/semantic/semantic_interface.py
CHANGED
|
@@ -232,7 +232,7 @@ def display_semantic_results(semantic_result, lang_code, semantic_t):
|
|
| 232 |
#Colocar aqu铆 el bloque de c贸digo
|
| 233 |
|
| 234 |
with st.container():
|
| 235 |
-
st.markdown('<div class="graph-container">', unsafe_allow_html=True)
|
| 236 |
|
| 237 |
# Mostrar grafo
|
| 238 |
graph_bytes = analysis['concept_graph']
|
|
|
|
| 232 |
#Colocar aqu铆 el bloque de c贸digo
|
| 233 |
|
| 234 |
with st.container():
|
| 235 |
+
#st.markdown('<div class="graph-container">', unsafe_allow_html=True)
|
| 236 |
|
| 237 |
# Mostrar grafo
|
| 238 |
graph_bytes = analysis['concept_graph']
|