Spaces:
Paused
Paused
Create config.toml
Browse files- config.toml +4 -0
config.toml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[UI]
|
2 |
+
# ...
|
3 |
+
# This can either be a css file in your `public` dir or a URL
|
4 |
+
custom_css = '/public/stylesheet.css'
|