Anupam007's picture
Update git
313f900 verified
raw
history blame
235 Bytes
git init
git add app.py requirements.txt README.md
git commit -m "Initial commit with Vernacular Learning Platform code"
git remote add origin https://huggingface.co/spaces/<Anupam007>/VernacularLearningPlatform
git push -f origin main