Spaces:
Runtime error
Runtime error
Update .streamlit/secrets.toml
Browse files- .streamlit/secrets.toml +12 -0
.streamlit/secrets.toml
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# .streamlit/secrets.toml
|
| 2 |
+
REPLICATE_API_TOKEN="r8_E7Rn49bbi2O33bztSMYLKyqvWmo68mZ1Tg8M0"
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
[connections_snowflake]
|
| 6 |
+
account = 'cy91739.eu-west-2.aws'
|
| 7 |
+
user = 'kravitheja'
|
| 8 |
+
password = 'Neervi$123'
|
| 9 |
+
role = 'ACCOUNTADMIN'
|
| 10 |
+
warehouse = 'COMPUTE_WH'
|
| 11 |
+
database = 'SNOWFLAKE_SAMPLE_DATA'
|
| 12 |
+
schema = 'TPCH_SF1000'
|