Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anupam202224
/
PredictiveAnalyticsApp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Anupam202224
commited on
Oct 30, 2024
Commit
f627cf8
·
verified
·
1 Parent(s):
20d22ff
Create git
Browse files
Files changed (1)
hide
show
git
+5
-0
git
ADDED
Viewed
@@ -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