From 620b06acb233cf05c339c12b0209fa1b80fd94f5 Mon Sep 17 00:00:00 2001 From: dKosarevsky Date: Sat, 6 Apr 2024 12:01:31 +0300 Subject: [PATCH 1/2] feat(streamlit): add config & disable telemetry --- .streamlit/config.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .streamlit/config.toml 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 = From 3c68d1a7cfda88526a133b15a46dd96d1251c8bb Mon Sep 17 00:00:00 2001 From: dKosarevsky Date: Sat, 6 Apr 2024 12:01:46 +0300 Subject: [PATCH 2/2] feat(streamlit): upd version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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