Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with col2:
|
|
57 |
if st.button('40€'):
|
58 |
st.session_state.total_paye += 40.00
|
59 |
with col3:
|
60 |
-
if st.button(50€'):
|
61 |
st.session_state.total_paye += 50.00
|
62 |
|
63 |
# Afficher le total payé et la monnaie à rendre
|
|
|
57 |
if st.button('40€'):
|
58 |
st.session_state.total_paye += 40.00
|
59 |
with col3:
|
60 |
+
if st.button('50€'):
|
61 |
st.session_state.total_paye += 50.00
|
62 |
|
63 |
# Afficher le total payé et la monnaie à rendre
|