BenjiELCA commited on
Commit
5a6eb7c
1 Parent(s): 962bd18

add some explanation

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -281,6 +281,8 @@ def main():
281
  st.sidebar.text("3. Set the score threshold \n for prediction (default is 0.5)")
282
  st.sidebar.text("4. Set the scale for the XML file \n (default is 1.0)")
283
  st.sidebar.text("5. Click on 'Launch Prediction'")
 
 
284
 
285
  st.sidebar.subheader("You can close this sidebar")
286
 
 
281
  st.sidebar.text("3. Set the score threshold \n for prediction (default is 0.5)")
282
  st.sidebar.text("4. Set the scale for the XML file \n (default is 1.0)")
283
  st.sidebar.text("5. Click on 'Launch Prediction'")
284
+ st.sidebar.text("6. You can now see the annotation \n and the BPMN XML result")
285
+ st.sidebar.text("7. You can modify and download \n the result in right format")
286
 
287
  st.sidebar.subheader("You can close this sidebar")
288