Skip to content

Commit b06a422

Browse files
committed
Update favicons, logos, templates
1 parent 9a76680 commit b06a422

13 files changed

Lines changed: 4 additions & 4 deletions

File tree

-516 Bytes
Binary file not shown.
-50.2 KB
Loading

examples/fires/images/favicon.ico

-516 Bytes
Binary file not shown.

examples/fires/images/logo.png

-50.2 KB
Loading

examples/iris/images/favicon.ico

-516 Bytes
Binary file not shown.

examples/iris/images/logo.png

-50.2 KB
Loading

frontend/src/components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262

6363
.sidebar-desktop-collapsed .sidebar-logo {
64-
@apply h-8 w-8;
64+
@apply h-8 w-auto;
6565
}
6666

6767
.sidebar-title {

preswald/static/favicon.ico

-238 Bytes
Binary file not shown.

preswald/static/logo.png

-4.07 KB
Loading

preswald/templates/preswald.toml.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title = "Preswald Project"
33
version = "0.1.0"
44
port = 8501
5-
slug = "preswald-project" # Required: Unique identifier for your project
6-
entrypoint = "hello.py" # Required: Main script to run when executing preswald run
5+
slug = "preswald-project"
6+
entrypoint = "hello.py"
77

88
[branding]
99
name = "Preswald Project"
@@ -16,5 +16,5 @@ type = "csv"
1616
path = "data/sample.csv"
1717

1818
[logging]
19-
level = "INFO" # Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
19+
level = "INFO"
2020
format = "%(asctime)s - %(name)s - %(levelname)s - %(message)s"

0 commit comments

Comments
 (0)