Hemant0000 commited on
Commit
6feafa3
·
verified ·
1 Parent(s): 89411fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import numpy as np
3
  import matplotlib.pyplot as plt
4
  import matplotlib.image as mpimg
5
  import seaborn as sns
6
- %matplotlib inline
7
 
8
  np.random.seed(2)
9
 
 
3
  import matplotlib.pyplot as plt
4
  import matplotlib.image as mpimg
5
  import seaborn as sns
6
+ #%matplotlib inline
7
 
8
  np.random.seed(2)
9