update readme

This commit is contained in:
Samir Saci
2021-11-02 15:19:47 +01:00
parent 4bd027b0d7
commit 5952675406
27 changed files with 168 additions and 104 deletions

2
app.py
View File

@ -111,7 +111,7 @@ with col1:
with col2:
lines_2 = 1000 * n_
st.write('''🛠️{:,} \
order lines'''.format(lines_number))
order lines'''.format(lines_2))
# START CALCULATION
start_2 = False
if st.checkbox('SIMULATION 2: START CALCULATION',key='show_2', value=False):