Anupam202224's picture
Create git
27c9c3e verified
raw
history blame
226 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