Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ from nbconvert import PythonExporter
|
|
| 4 |
import os
|
| 5 |
import matplotlib
|
| 6 |
import seaborn
|
|
|
|
| 7 |
# Load and execute the notebook file
|
| 8 |
def execute_notebook(notebook_path):
|
| 9 |
"""Loads and executes the notebook, showing its content in the app."""
|
|
|
|
| 4 |
import os
|
| 5 |
import matplotlib
|
| 6 |
import seaborn
|
| 7 |
+
import sklearn
|
| 8 |
# Load and execute the notebook file
|
| 9 |
def execute_notebook(notebook_path):
|
| 10 |
"""Loads and executes the notebook, showing its content in the app."""
|