Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
drewvid
/
business_analysis_mentor
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
drewvid
commited on
May 10, 2024
Commit
b25319e
·
1 Parent(s):
f1c33d8
makefile
Browse files
Files changed (1)
hide
show
Makefile
+8
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
2
+
all:
3
+
4
+
update:
5
+
git add . --all
6
+
git commit -a
7
+
git push
8
+