Create git
Browse files
git
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Clone your space repository
|
2 |
+
git clone https://huggingface.co/spaces/Anupam202224/cybersecurity-dashboard
|
3 |
+
|
4 |
+
# Copy your files into the cloned directory
|
5 |
+
cd cybersecurity-dashboard
|
6 |
+
# Copy app.py, requirements.txt, and README.md into this directory
|
7 |
+
|
8 |
+
# Add files to git
|
9 |
+
git add .
|
10 |
+
|
11 |
+
# Commit changes
|
12 |
+
git commit -m "Initial commit: Cybersecurity Dashboard"
|
13 |
+
|
14 |
+
# Push to Hugging Face
|
15 |
+
git push
|