Update modules/studentact/student_activities_v2.py
Browse files
modules/studentact/student_activities_v2.py
CHANGED
@@ -515,7 +515,7 @@ def display_semantic_activities(username: str, t: dict):
|
|
515 |
st.image(
|
516 |
image_bytes,
|
517 |
caption=t.get('concept_network', 'Red de Conceptos'),
|
518 |
-
|
519 |
)
|
520 |
logger.debug("Gráfico mostrado exitosamente")
|
521 |
|
|
|
515 |
st.image(
|
516 |
image_bytes,
|
517 |
caption=t.get('concept_network', 'Red de Conceptos'),
|
518 |
+
use_container_width=True
|
519 |
)
|
520 |
logger.debug("Gráfico mostrado exitosamente")
|
521 |
|