Update .chainlit/config.toml
Browse files- .chainlit/config.toml +1 -1
.chainlit/config.toml
CHANGED
@@ -70,7 +70,7 @@ custom_css = "/public/stylesheet.css"
|
|
70 |
|
71 |
# Specify a Javascript file that can be used to customize the user interface.
|
72 |
# The Javascript file can be served from the public directory.
|
73 |
-
|
74 |
|
75 |
# Specify a custom font url.
|
76 |
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|
|
|
70 |
|
71 |
# Specify a Javascript file that can be used to customize the user interface.
|
72 |
# The Javascript file can be served from the public directory.
|
73 |
+
custom_js = "/public/stylesheet.js"
|
74 |
|
75 |
# Specify a custom font url.
|
76 |
custom_font = "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap"
|