Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- .streamlit/config.toml +39 -0
- .streamlit/credentials.toml +2 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[browser]
|
| 2 |
+
pageTitle = "UAP ANALYTICS"
|
| 3 |
+
pageIcon = ":alien:"
|
| 4 |
+
|
| 5 |
+
[server]
|
| 6 |
+
enableXsrfProtection = false
|
| 7 |
+
maxUploadSize=5000
|
| 8 |
+
maxMessageSize=5000
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
[theme]
|
| 12 |
+
# Primary accent for interactive elements
|
| 13 |
+
primaryColor = "#FFA500"
|
| 14 |
+
|
| 15 |
+
# Background color for the main content area
|
| 16 |
+
#backgroundColor = "#273346"
|
| 17 |
+
|
| 18 |
+
# Background color for sidebar and most interactive widgets
|
| 19 |
+
#secondaryBackgroundColor = "#B9F1C0"
|
| 20 |
+
|
| 21 |
+
# Color used for almost all text
|
| 22 |
+
#textColor = "#FFFFFF"
|
| 23 |
+
|
| 24 |
+
# Font family for all text in the app, except code blocks
|
| 25 |
+
# Accepted values (serif | sans serif | monospace)
|
| 26 |
+
# Default: "sans serif"
|
| 27 |
+
font = "sans serif"
|
| 28 |
+
|
| 29 |
+
# Base theme (light or dark)
|
| 30 |
+
base = "dark"
|
| 31 |
+
|
| 32 |
+
[ui]
|
| 33 |
+
hideSidebarNav = false
|
| 34 |
+
|
| 35 |
+
[runner]
|
| 36 |
+
magicEnabled = true
|
| 37 |
+
|
| 38 |
+
[client]
|
| 39 |
+
toolbarMode = "auto"
|
.streamlit/credentials.toml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[general]
|
| 2 |
+
email = ""
|