Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anupam251272
/
Step-by-Step-Math-Assistant
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Anupam251272
commited on
14 days ago
Commit
014b718
·
verified
·
1 Parent(s):
83a1066
Create Git
Browse files
Files changed (1)
hide
show
Git
+7
-0
Git
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
git clone https://huggingface.co/spaces/Anupam251272/
2
+
Step-by-Step-Math-Assistant
3
+
cd YourRepositoryName
4
+
cp /path/to/your/files/* .
5
+
git add .
6
+
git commit -m "Initial commit"
7
+
git push