kirchoof commited on
Commit
1e83e7b
1 Parent(s): def8563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit
2
  import pickle
3
  import numpy
4
- import sklearn
5
  # web app on your desktop local host
6
  #run on your pycharm terminal ' streamlit run app.py '
7
  # if using command window ensure the path is correct.. c:\users\idom...\pycharm..\machin learing>
 
1
  import streamlit
2
  import pickle
3
  import numpy
4
+
5
  # web app on your desktop local host
6
  #run on your pycharm terminal ' streamlit run app.py '
7
  # if using command window ensure the path is correct.. c:\users\idom...\pycharm..\machin learing>