Prathamesh1420 commited on
Commit
344da00
·
verified ·
1 Parent(s): 1a7a0d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import nbformat
3
  from nbconvert import PythonExporter
4
  import os
5
  import matplotlib
 
6
  # Load and execute the notebook file
7
  def execute_notebook(notebook_path):
8
  """Loads and executes the notebook, showing its content in the app."""
 
3
  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."""