Lenylvt commited on
Commit
7112b32
1 Parent(s): 38c7c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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