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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -155,7 +155,12 @@ def process_image(uploaded_file):
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} (model retrained with user feedback)")
 
 
 
 
 
159
  results = []
160
 
161
  if upload_option == "Single image":
 
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
162
+ )
163
+
164
  results = []
165
 
166
  if upload_option == "Single image":