rushankg commited on
Commit
50c3654
·
verified ·
1 Parent(s): 1ac3ba7

Create .streamlit/secrets.toml

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml +6 -0
.streamlit/secrets.toml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [guardian]
2
+ api_key = "YOUR_GUARDIAN_API_KEY"
3
+
4
+ [imgflip]
5
+ username = "YOUR_IMGFLIP_USERNAME"
6
+ password = "YOUR_IMGFLIP_PASSWORD"