Skip to content

Create LICENSE

Create LICENSE #16

Workflow file for this run

name: Sync with Hugging Face Hub
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with Hugging Face
uses: nateraw/huggingface-sync-action@v0.0.4
with:
github_repo_id: arthiondaena/backtesting
huggingface_repo_id: Invicto69/Algo_Trading_Dashboard_streamlit
repo_type: space
space_sdk: streamlit
private: false
hf_token: ${{ secrets.HF_TOKEN }}