BenjiELCA commited on
Commit
6339b70
1 Parent(s): 5a6eb7c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def main():
274
  st.image("./images/banner.png", use_column_width=True)
275
 
276
  # Sidebar content
277
- st.sidebar.header("This BPMN AI model recognition is proposed by ELCA in collaboration with EPFL.")
278
  st.sidebar.subheader("Instructions:")
279
  st.sidebar.text("1. Upload you image")
280
  st.sidebar.text("2. Crop the image \n (try to put the BPMN diagram \n in the center of the image)")
 
274
  st.image("./images/banner.png", use_column_width=True)
275
 
276
  # Sidebar content
277
+ st.sidebar.header("This BPMN AI model recognition is proposed by: \n ELCA in collaboration with EPFL.")
278
  st.sidebar.subheader("Instructions:")
279
  st.sidebar.text("1. Upload you image")
280
  st.sidebar.text("2. Crop the image \n (try to put the BPMN diagram \n in the center of the image)")