Spaces:
Running
Running
change the title
Browse files
app.py
CHANGED
@@ -298,9 +298,9 @@ def main():
|
|
298 |
|
299 |
# Use is_mobile flag in your logic
|
300 |
if is_mobile:
|
301 |
-
st.title(f"Welcome on the mobile version of
|
302 |
else:
|
303 |
-
st.title(f"Welcome on
|
304 |
|
305 |
|
306 |
|
|
|
298 |
|
299 |
# Use is_mobile flag in your logic
|
300 |
if is_mobile:
|
301 |
+
st.title(f"Welcome on the mobile version of BPMN AI model recognition app")
|
302 |
else:
|
303 |
+
st.title(f"Welcome on BPMN AI model recognition app")
|
304 |
|
305 |
|
306 |
|