Spaces:
Runtime error
Runtime error
andreasmartin
commited on
Update config.toml
Browse files- .chainlit/config.toml +1 -1
.chainlit/config.toml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
[project]
|
2 |
# If true (default), the app will be available to anonymous users.
|
3 |
# If false, users will need to authenticate and be part of the project to use the app.
|
4 |
-
public =
|
5 |
|
6 |
# The project ID (found on https://cloud.chainlit.io).
|
7 |
# The project ID is required when public is set to false or when using the cloud database.
|
|
|
1 |
[project]
|
2 |
# If true (default), the app will be available to anonymous users.
|
3 |
# If false, users will need to authenticate and be part of the project to use the app.
|
4 |
+
public = false
|
5 |
|
6 |
# The project ID (found on https://cloud.chainlit.io).
|
7 |
# The project ID is required when public is set to false or when using the cloud database.
|