Priyanka-Kumavat-At-TE commited on
Commit
46acc58
·
1 Parent(s): b28efab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,12 +6,12 @@ import numpy as np
6
  import tensorflow as tf
7
  import matplotlib.pyplot as plt
8
  import seaborn as sns
9
- from sklearn.preprocessing import LabelEncoders
10
  from sklearn.model_selection import train_test_split
11
  from sklearn.preprocessing import MinMaxScaler
12
  from tensorflow.keras.models import Sequential
13
  from tensorflow.keras.layers import Dense
14
  import matplotlib.pyplot as plt
15
- import seaborn as sns
16
  import pickle
17
 
 
 
6
  import tensorflow as tf
7
  import matplotlib.pyplot as plt
8
  import seaborn as sns
9
+ from sklearn.preprocessing import LabelEncoder
10
  from sklearn.model_selection import train_test_split
11
  from sklearn.preprocessing import MinMaxScaler
12
  from tensorflow.keras.models import Sequential
13
  from tensorflow.keras.layers import Dense
14
  import matplotlib.pyplot as plt
 
15
  import pickle
16
 
17
+