Prathamesh1420 commited on
Commit
7c9955e
·
verified ·
1 Parent(s): 44da76d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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."""