# Clone your space repository | |
git clone https://huggingface.co/spaces/Anupam202224/cybersecurity-dashboard | |
# Copy your files into the cloned directory | |
cd cybersecurity-dashboard | |
# Copy app.py, requirements.txt, and README.md into this directory | |
# Add files to git | |
git add . | |
# Commit changes | |
git commit -m "Initial commit: Cybersecurity Dashboard" | |
# Push to Hugging Face | |
git push |