BenjiELCA commited on
Commit
ecd9b06
·
1 Parent(s): 22cb473

change the title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 the app")
302
  else:
303
- st.title(f"Welcome on the desktop version of the app")
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