File size: 354 Bytes
e5c9ef1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
cp /path/to/
BullBear-Bot-Live-Stock-Insights.py app.py
cp /path/to/requirements.txt .
cp /path/to/README.md .
cp /path/to/app_icon.png .
git add .
git commit -m "Initial commit: BullBear-Bot-Live-Stock-Insights"
git push
huggingface-cli login
git clone https://huggingface.co/spaces/Anupam251272/<BullBear-Bot-Live-Stock-Insights>
cd <your-space-name>
|