Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ def main():
|
|
294 |
st.sidebar.subheader("You can close this sidebar")
|
295 |
|
296 |
# Set the title of the app
|
297 |
-
st.title("BPMN
|
298 |
|
299 |
# Display current memory usage
|
300 |
memory_usage = get_memory_usage()
|
|
|
294 |
st.sidebar.subheader("You can close this sidebar")
|
295 |
|
296 |
# Set the title of the app
|
297 |
+
st.title("BPMN recognition by AI demo")
|
298 |
|
299 |
# Display current memory usage
|
300 |
memory_usage = get_memory_usage()
|