Spaces:
Sleeping
Sleeping
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +3 -3
.chainlit/config.toml
CHANGED
@@ -19,7 +19,7 @@ cache = false
|
|
19 |
prompt_playground = true
|
20 |
|
21 |
# Authorize users to upload files with messages
|
22 |
-
multi_modal =
|
23 |
|
24 |
# Allows user to use speech to text
|
25 |
[features.speech_to_text]
|
@@ -29,13 +29,13 @@ multi_modal = true
|
|
29 |
|
30 |
[UI]
|
31 |
# Name of the app and chatbot.
|
32 |
-
name = "
|
33 |
|
34 |
# Show the readme while the conversation is empty.
|
35 |
show_readme_as_default = true
|
36 |
|
37 |
# Description of the app and chatbot. This is used for HTML tags.
|
38 |
-
# description = "
|
39 |
|
40 |
# Large size content are by default collapsed for a cleaner ui
|
41 |
default_collapse_content = true
|
|
|
19 |
prompt_playground = true
|
20 |
|
21 |
# Authorize users to upload files with messages
|
22 |
+
multi_modal = false
|
23 |
|
24 |
# Allows user to use speech to text
|
25 |
[features.speech_to_text]
|
|
|
29 |
|
30 |
[UI]
|
31 |
# Name of the app and chatbot.
|
32 |
+
name = "COPILOT"
|
33 |
|
34 |
# Show the readme while the conversation is empty.
|
35 |
show_readme_as_default = true
|
36 |
|
37 |
# Description of the app and chatbot. This is used for HTML tags.
|
38 |
+
# description = "COPILOT"
|
39 |
|
40 |
# Large size content are by default collapsed for a cleaner ui
|
41 |
default_collapse_content = true
|