From eeffaaa289c4603d0202a41288c5efe0f974c470 Mon Sep 17 00:00:00 2001 From: none Date: Wed, 24 Jan 2024 16:00:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=B5=20=D0=BE?= =?UTF-8?q?=D0=B1=D1=8A=D1=91=D0=BC=D0=BE=D0=B2:=20=D0=BE=D1=82=2030u=20?= =?UTF-8?q?=D0=B4=D0=BE=201000u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site.py b/site.py index 54b7d37..48be20e 100644 --- a/site.py +++ b/site.py @@ -47,8 +47,8 @@ with star: with amount: option_amount = st.selectbox( label = '0', - options = [100], - index = 0, + options = [30, 50, 100, 300, 1000], + index = 2, placeholder = 'Объём', label_visibility = 'collapsed' ) @@ -101,4 +101,4 @@ if option_react: else: comps[el[1]] += parted[i[1]] -comps + comps