Prathamesh1420 commited on
Commit
ab92c28
·
verified ·
1 Parent(s): e9063f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import nbformat
3
  from nbconvert import PythonExporter
4
  import os
5
-
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."""
 
2
  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."""