Anupam251272
commited on
Update git
Browse files
git
CHANGED
@@ -2,4 +2,6 @@ cd /path/to/sachin-tendulkar-chatbot
|
|
2 |
git init
|
3 |
git commit -m "Initial commit"
|
4 |
git remote add origin https://huggingface.co/spaces/Anupam251272/sachin-tendulkar-interactive-chat
|
5 |
-
git push -u origin main
|
|
|
|
|
|
2 |
git init
|
3 |
git commit -m "Initial commit"
|
4 |
git remote add origin https://huggingface.co/spaces/Anupam251272/sachin-tendulkar-interactive-chat
|
5 |
+
git push -u origin main
|
6 |
+
git add .
|
7 |
+
git commit -m "Enhance chatbot to handle various questions about Sachin Tendulkar"
|