Amogha Y A commited on
Commit
feea443
·
1 Parent(s): 1360774

Fix requirements.txt missing joblib

Browse files
Files changed (2) hide show
  1. README.md +2 -9
  2. requirements.txt +2 -2
README.md CHANGED
@@ -8,12 +8,5 @@ app_port: 8501
8
  tags:
9
  - streamlit
10
  pinned: false
11
- short_description: Streamlit template space
12
- ---
13
-
14
- # Welcome to Streamlit!
15
-
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
-
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
8
  tags:
9
  - streamlit
10
  pinned: false
11
+ short_description: Backward Linear Regression
12
+ ---
 
 
 
 
 
 
 
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- altair
2
  pandas
3
- streamlit
 
 
 
1
  pandas
2
+ streamlit
3
+ joblib