Spaces:
Paused
Paused
Update .streamlit/secrets.toml
Browse files- .streamlit/secrets.toml +10 -1
.streamlit/secrets.toml
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[huggingface]
|
| 2 |
-
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
port = 8501
|
| 4 |
+
enableCORS = false
|
| 5 |
+
|
| 6 |
+
[database]
|
| 7 |
+
# db_type = "postgresql"
|
| 8 |
+
# connection_string = "<your-database-connection-string>"
|
| 9 |
+
|
| 10 |
[huggingface]
|
| 11 |
+
hf_token = "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"
|