Spaces:
Running
Running
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)")
|