MilanM commited on
Commit
6924805
·
verified ·
1 Parent(s): 73e5a32

Create secrets.toml

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml +8 -0
.streamlit/secrets.toml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #[credentials] ###use these ones before uploading it to hugging face (or any other publicly facing area if needed)
2
+ api_key = "${API_KEY}"
3
+ project_id = "${PROJECT_ID}"
4
+ project_id_code = "${PROJECT_ID_CODE}"
5
+ app_password = "${APP_PASSWORD}"
6
+ url = "${URL}"
7
+ vector_index_id = "${VECTOR_INDEX_ID}"
8
+ vector_index_id_code = "${VECTOR_INDEX_ID_CODE}"