Anupam202224 commited on
Commit
e71ff54
·
verified ·
1 Parent(s): 0f194dd

Update git

Browse files
Files changed (1) hide show
  1. git +4 -0
git CHANGED
@@ -4,3 +4,7 @@ git commit -m "Initial commit with Gradio app code"
4
  git remote add origin https://huggingface.co/spaces/Anupam20224/SalesIntelligencePlatform
5
  git branch -M main
6
  git push -u origin main
 
 
 
 
 
4
  git remote add origin https://huggingface.co/spaces/Anupam20224/SalesIntelligencePlatform
5
  git branch -M main
6
  git push -u origin main
7
+ git add requirements.txt app.py
8
+ git commit -m "Update requirements and fix build issues"
9
+ git push
10
+