AndrewLam489 commited on
Commit
1957db6
1 Parent(s): 78ae545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import requests
5
  # st.write(st.secrets)
6
 
7
  # # Access the secret with the key "CTP_DATASCIENCE" (if that's how you've stored it)
8
- # CTP_DATASCIENCE = st.secrets.get("CTP_DATASCIENCE")
9
 
10
  # # Check if the API key is available
11
  # if CTP_DATASCIENCE:
 
5
  # st.write(st.secrets)
6
 
7
  # # Access the secret with the key "CTP_DATASCIENCE" (if that's how you've stored it)
8
+ CTP_DATASCIENCE = st.secrets.get("CTP_DATASCIENCE")
9
 
10
  # # Check if the API key is available
11
  # if CTP_DATASCIENCE: