Abhishek Thakur
commited on
Commit
·
c2756f5
1
Parent(s):
eca4b47
fixes
Browse files- README.md +1 -1
- requirements.txt +3 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🏢
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
|
|
1 |
---
|
2 |
+
title: my competition
|
3 |
emoji: 🏢
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
requirements.txt
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
pandas==1.5.0
|
2 |
-
python-dotenv==0.20.0
|
|
|
|
|
|
1 |
pandas==1.5.0
|
2 |
+
python-dotenv==0.20.0
|
3 |
+
streamlit==1.14.0
|
4 |
+
huggingface_hub==0.10.1
|