nmariotto commited on
Commit
e8a223c
·
verified ·
1 Parent(s): ee8a562

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,8 +154,8 @@ def process_image(uploaded_file):
154
 
155
  # 🗂️ Interface principal
156
  st.title("IA Model Segmentation")
157
- upload_option = st.radio("Choose upload type:", ["Single image", "Image folder"])
158
  st.caption(f"Version {APP_VERSION}")
 
159
  st.markdown(
160
  f"<hr><small>Model version: {APP_VERSION}</small>",
161
  unsafe_allow_html=True
 
154
 
155
  # 🗂️ Interface principal
156
  st.title("IA Model Segmentation")
 
157
  st.caption(f"Version {APP_VERSION}")
158
+ upload_option = st.radio("Choose upload type:", ["Single image", "Image folder"])
159
  st.markdown(
160
  f"<hr><small>Model version: {APP_VERSION}</small>",
161
  unsafe_allow_html=True