Eric2mangel commited on
Commit
060c73c
·
verified ·
1 Parent(s): bc4df31

Upload app.py

Browse files

Usage de use_container_width=True

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ with st.sidebar:
114
  opt_unsafe = st.checkbox("Activer les corrections forcées (modernisation)", value=True)
115
 
116
  #st.divider()
117
- btn_analyze = st.button("🚀 Analyser & Corriger", width='stretch')
118
 
119
  # --- ZONE CENTRALE ---
120
  st.title("🐍 Coach Code Python")
 
114
  opt_unsafe = st.checkbox("Activer les corrections forcées (modernisation)", value=True)
115
 
116
  #st.divider()
117
+ btn_analyze = st.button("🚀 Analyser & Corriger", use_container_width=True)
118
 
119
  # --- ZONE CENTRALE ---
120
  st.title("🐍 Coach Code Python")