|
|
@ -47,8 +47,8 @@ with star:
|
|
|
|
with amount:
|
|
|
|
with amount:
|
|
|
|
option_amount = st.selectbox(
|
|
|
|
option_amount = st.selectbox(
|
|
|
|
label = '0',
|
|
|
|
label = '0',
|
|
|
|
options = [100],
|
|
|
|
options = [30, 50, 100, 300, 1000],
|
|
|
|
index = 0,
|
|
|
|
index = 2,
|
|
|
|
placeholder = 'Объём',
|
|
|
|
placeholder = 'Объём',
|
|
|
|
label_visibility = 'collapsed'
|
|
|
|
label_visibility = 'collapsed'
|
|
|
|
)
|
|
|
|
)
|
|
|
@ -101,4 +101,4 @@ if option_react:
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
comps[el[1]] += parted[i[1]]
|
|
|
|
comps[el[1]] += parted[i[1]]
|
|
|
|
|
|
|
|
|
|
|
|
comps
|
|
|
|
comps
|
|
|
|