Create .streamlit/secrets.toml
Browse files- .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"
|