Spaces:
Sleeping
Sleeping
johnometalman
commited on
Commit
·
f50a804
1
Parent(s):
2767f6e
modificación leve de app
Browse files- .gitignore +2 -1
- app.py +1 -1
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
|
|
|
|
1 |
+
venv/
|
2 |
+
requirements_basic.txt
|
app.py
CHANGED
@@ -9,7 +9,7 @@ st.subheader("Iteration to improve demo / Iteración para mejorar la demo")
|
|
9 |
|
10 |
st.markdown(
|
11 |
"""
|
12 |
-
Demo
|
13 |
"""
|
14 |
)
|
15 |
|
|
|
9 |
|
10 |
st.markdown(
|
11 |
"""
|
12 |
+
Demo de la clase de Machine Learning
|
13 |
"""
|
14 |
)
|
15 |
|