Remove stramlit from requirements
Browse filesThis is because huggingface has streamlit already available.
- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
pandas
|
2 |
sklearn
|
3 |
-
streamlit
|
4 |
implicit
|
5 |
scipy
|
6 |
tqdm
|
|
|
1 |
pandas
|
2 |
sklearn
|
|
|
3 |
implicit
|
4 |
scipy
|
5 |
tqdm
|