Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -2
.streamlit/config.toml
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
[browser]
|
2 |
pageTitle = "UAP ANALYTICS"
|
3 |
pageIcon = ":alien:"
|
|
|
4 |
|
5 |
[server]
|
6 |
enableXsrfProtection = false
|
@@ -29,8 +30,6 @@ font = "sans serif"
|
|
29 |
# Base theme (light or dark)
|
30 |
base = "dark"
|
31 |
|
32 |
-
[ui]
|
33 |
-
hideSidebarNav = false
|
34 |
|
35 |
[runner]
|
36 |
magicEnabled = true
|
|
|
1 |
[browser]
|
2 |
pageTitle = "UAP ANALYTICS"
|
3 |
pageIcon = ":alien:"
|
4 |
+
layout = "wide"
|
5 |
|
6 |
[server]
|
7 |
enableXsrfProtection = false
|
|
|
30 |
# Base theme (light or dark)
|
31 |
base = "dark"
|
32 |
|
|
|
|
|
33 |
|
34 |
[runner]
|
35 |
magicEnabled = true
|