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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -156,10 +156,7 @@ def process_image(uploaded_file):
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
162
- )
163
 
164
  results = []
165
 
 
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
+
 
 
 
160
 
161
  results = []
162