Anupam202224's picture
Update git
e71ff54 verified
raw
history blame contribute delete
325 Bytes
git init
git add app.py requirements.txt
git commit -m "Initial commit with Gradio app code"
git remote add origin https://huggingface.co/spaces/Anupam20224/SalesIntelligencePlatform
git branch -M main
git push -u origin main
git add requirements.txt app.py
git commit -m "Update requirements and fix build issues"
git push