Estructura inicial del proyecto y primer código de Regresión Logística

main
Sofia Samaniego 2 days ago
commit c6cbac0171

3
.gitignore vendored

@ -0,0 +1,3 @@
.venv/
__pycache__/
.ipynb_checkpoints/

File diff suppressed because one or more lines are too long

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>My App</title>
</head>
<body>
<h1>Welcome to My App</h1>
<p>This is a simple HTML page.</p>
</body>
</html>
Loading…
Cancel
Save