SabarnaDeb commited on
Commit
2a22289
·
verified ·
1 Parent(s): 099d99e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- ---
2
- title: Capstone Predictive Maintenance Streamlit
3
- sdk: streamlit
4
- app_file: app.py
5
- ---
 
 
1
+ streamlit
2
+ pandas
3
+ scikit-learn
4
+ joblib
5
+ huggingface_hub
6
+