Estructura inicial del proyecto y primer código de Regresión Logística
commit
c6cbac0171
@ -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…
Reference in New Issue