Spaces:
Sleeping
Sleeping
Upload app.py
Browse filesUsage de use_container_width=True
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",
|
| 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")
|