Anupam251272 commited on
Commit
ee7c827
1 Parent(s): 50d4bef

Create Git

Browse files
Files changed (1) hide show
  1. Git +5 -0
Git ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git init
2
+ git remote add origin https://huggingface.co/spaces/Anupam251272/Mental-Health-Chatbot
3
+ git add .
4
+ git commit -m "Initial commit"
5
+ git push origin main