Spaces:
Running
Running
Update pages/Entorno de Ejecución.py
Browse files
pages/Entorno de Ejecución.py
CHANGED
@@ -19,7 +19,7 @@ col_a, col_b, = st.columns(2)
|
|
19 |
|
20 |
with col_a:
|
21 |
st.title("Entorno de ejecución")
|
22 |
-
st.
|
23 |
|
24 |
# Get the absolute path to the current directory
|
25 |
current_dir = os.path.abspath(os.path.dirname(__file__))
|
|
|
19 |
|
20 |
with col_a:
|
21 |
st.title("Entorno de ejecución")
|
22 |
+
st.caption("Los modelos no están en orden de eficacia, sino en orden de creación. En la pestaña de Estadísticas podrá encontrar más información.")
|
23 |
|
24 |
# Get the absolute path to the current directory
|
25 |
current_dir = os.path.abspath(os.path.dirname(__file__))
|