Spaces:
Runtime error
Runtime error
Update git
Browse files
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 |
+
|