Anupam202224 commited on
Commit
ea55100
·
verified ·
1 Parent(s): 324c35e

Create git

Browse files
Files changed (1) hide show
  1. git +15 -0
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