syedabdullah32 commited on
Commit
3455b33
·
1 Parent(s): bbe5ba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,5 +1,7 @@
 
 
1
 
2
- import sklearn
3
 
4
  import streamlit as st
5
  import pickle
 
1
+ # pip install -U streamlit
2
+ # pip install -U plotly
3
 
4
+ # you can run your app with: streamlit run app.py
5
 
6
  import streamlit as st
7
  import pickle