Spaces:
Build error
Build error
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +6 -6
.chainlit/config.toml
CHANGED
@@ -28,25 +28,25 @@ auto_tag_thread = true
|
|
28 |
edit_message = true
|
29 |
#cookie_auth = true
|
30 |
|
31 |
-
|
32 |
-
|
33 |
|
34 |
|
35 |
|
36 |
-
# Duration (in seconds) during which the session is saved when the connection is lost
|
37 |
-
session_timeout = 3600
|
38 |
|
39 |
[UI]
|
40 |
# Name of the app and chatbot.
|
41 |
name = "๐๐๐ฎ๐จ๐ค๐๐-๐๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ-RAQA-t1.py"
|
42 |
|
|
|
|
|
|
|
|
|
43 |
|
44 |
-
image = "/public/daysoff_raga.jpg"
|
45 |
#custom_css = "/public/styles.css"
|
46 |
|
47 |
#custom_js = "/public/retro-terminal.js"
|
48 |
|
49 |
-
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
50 |
|
51 |
|
52 |
|
|
|
28 |
edit_message = true
|
29 |
#cookie_auth = true
|
30 |
|
31 |
+
session_timeout = 7200
|
|
|
32 |
|
33 |
|
34 |
|
|
|
|
|
35 |
|
36 |
[UI]
|
37 |
# Name of the app and chatbot.
|
38 |
name = "๐๐๐ฎ๐จ๐ค๐๐-๐๐จ๐จ๐๐จ๐ฉ๐๐ฃ๐ฉ-RAQA-t1.py"
|
39 |
|
40 |
+
image = "./public/daysoff_raga.jpg"
|
41 |
+
image_dark = "./public/daysoff_raga.jpg"
|
42 |
+
|
43 |
+
show_readme = true # --enable image display
|
44 |
|
|
|
45 |
#custom_css = "/public/styles.css"
|
46 |
|
47 |
#custom_js = "/public/retro-terminal.js"
|
48 |
|
49 |
+
#custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
50 |
|
51 |
|
52 |
|