mirror of
https://github.com/Justuser3310/ss14_chemistry_site.git
synced 2025-01-19 01:08:48 +00:00
Добавлено больше объёмов: от 30u до 1000u
This commit is contained in:
parent
3d3988fe64
commit
eeffaaa289
6
site.py
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user