Spaces:
Running
Running
Update pages/Resultados.py
Browse files- pages/Resultados.py +3 -3
pages/Resultados.py
CHANGED
@@ -22,8 +22,8 @@ f"""
|
|
22 |
cnn, vit, ml = st.tabs(["CNN", "Transformers Visuales y Zero-Shot", "Machine Learning Clásico"])
|
23 |
|
24 |
with cnn:
|
25 |
-
st.image('/home/user/app/stats/cnn_stats.
|
26 |
with vit:
|
27 |
-
st.image('/home/user/app/stats/vit_stats.
|
28 |
with ml:
|
29 |
-
st.write('/home/user/app/stats/cML_stats.
|
|
|
22 |
cnn, vit, ml = st.tabs(["CNN", "Transformers Visuales y Zero-Shot", "Machine Learning Clásico"])
|
23 |
|
24 |
with cnn:
|
25 |
+
st.image('/home/user/app/stats/cnn_stats.png')
|
26 |
with vit:
|
27 |
+
st.image('/home/user/app/stats/vit_stats.png')
|
28 |
with ml:
|
29 |
+
st.write('/home/user/app/stats/cML_stats.png')
|