Skip to content

Commit

Permalink
changes made, secrets are in the out
Browse files Browse the repository at this point in the history
  • Loading branch information
WillOfHeaven committed Mar 12, 2024
1 parent dcf2b80 commit 22f94e0
Show file tree
Hide file tree
Showing 2 changed files with 723 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
import datetime
import sklearn
# Enter your Alpha Vantage API key
api_key = st.secrets["api_key"]
#api_key = st.secrets["api_key"]
api_key = 'XO2YT4XMHPUERBBP'

import datetime
days_val = 720
Expand Down
Loading

0 comments on commit 22f94e0

Please sign in to comment.