diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..9da022e --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,27 @@ +[browser] +gatherUsageStats = false + +[client] +showErrorDetails = false + +[theme] + +# The preset Streamlit theme that your custom theme inherits from. +# One of "light" or "dark". +# base = + +# Primary accent color for interactive elements. +# primaryColor = + +# Background color for the main content area. +# backgroundColor = + +# Background color used for the sidebar and most interactive widgets. +# secondaryBackgroundColor = + +# Color used for almost all text. +# textColor = + +# Font family for all text in the app, except code blocks. One of "sans serif", +# "serif", or "monospace". +# font = diff --git a/requirements.txt b/requirements.txt index 1af28d2..2d0a0d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ albumentations==1.4.3 PyYAML -streamlit==1.32.2 +streamlit==1.33.0