Spaces:
Sleeping
Sleeping
Commit
·
008f5e6
1
Parent(s):
220633a
Create .chainlit/config.toml
Browse files- .chainlit/config.toml +9 -0
.chainlit/config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
# Change the public setting to false to enable authentication
|
3 |
+
public = false
|
4 |
+
|
5 |
+
# Paste the copied project ID here
|
6 |
+
id = "CodeSmith-fMNP0zQy0ptn"
|
7 |
+
|
8 |
+
# Where will history be stored?
|
9 |
+
database = "cloud"
|