Anupam202224 commited on
Commit
f627cf8
·
verified ·
1 Parent(s): 20d22ff

Create git

Browse files
Files changed (1) hide show
  1. git +5 -0
git ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git init
2
+ git add .
3
+ git commit -m "Initial commit of Predictive Analytics Application"
4
+ git remote add origin https://huggingface.co/spaces/Anupam20224/PredictiveAnalyticsApp.git
5
+ git push -u origin main