nisharg nargund commited on
Commit
eabb82a
·
1 Parent(s): 919b70d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ with ZipFile(file_name,'r') as zip:
16
  zip.extractall()
17
  print("done")
18
 
 
19
  import os
20
  import keras
21
  from keras.models import Sequential
 
16
  zip.extractall()
17
  print("done")
18
 
19
+ import streamlit as st
20
  import os
21
  import keras
22
  from keras.models import Sequential