Spaces:
Running
Running
modules/streamlit_utils.py
CHANGED
@@ -186,7 +186,6 @@ def configure_page():
|
|
186 |
is_mobile = screen_width is not None and screen_width < 800
|
187 |
return is_mobile, screen_width
|
188 |
|
189 |
-
|
190 |
def display_banner(is_mobile):
|
191 |
# JavaScript expression to detect dark mode
|
192 |
dark_mode_js = """
|
@@ -221,9 +220,9 @@ def display_sidebar():
|
|
221 |
st.sidebar.text("3. Set the score threshold \n for prediction (default is 0.5)")
|
222 |
st.sidebar.text("4. Click on 'Launch Prediction'")
|
223 |
st.sidebar.text("5. You can now see the annotation \n and the BPMN XML result")
|
224 |
-
st.sidebar.text("6. You can modify the result \n by clicking on
|
225 |
-
st.sidebar.text("7. You can change the scale for \n the XML file (default is 1.0)")
|
226 |
-
st.sidebar.text("8. You can modify with
|
227 |
|
228 |
st.sidebar.subheader("If there is an error, try to:")
|
229 |
st.sidebar.text("1. Change the score threshold")
|
|
|
186 |
is_mobile = screen_width is not None and screen_width < 800
|
187 |
return is_mobile, screen_width
|
188 |
|
|
|
189 |
def display_banner(is_mobile):
|
190 |
# JavaScript expression to detect dark mode
|
191 |
dark_mode_js = """
|
|
|
220 |
st.sidebar.text("3. Set the score threshold \n for prediction (default is 0.5)")
|
221 |
st.sidebar.text("4. Click on 'Launch Prediction'")
|
222 |
st.sidebar.text("5. You can now see the annotation \n and the BPMN XML result")
|
223 |
+
st.sidebar.text("6. You can modify the result \n by clicking on:\n 'Method and Style modification'")
|
224 |
+
st.sidebar.text("7. You can change the scale for \n the XML file and the size of \n elements (default is 1.0)")
|
225 |
+
st.sidebar.text("8. You can modify with modeler \n and download the result in \n right format")
|
226 |
|
227 |
st.sidebar.subheader("If there is an error, try to:")
|
228 |
st.sidebar.text("1. Change the score threshold")
|