umangchaudhry commited on
Commit
af540fd
·
verified ·
1 Parent(s): 6b97fc3

removed header issues

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -741,8 +741,6 @@ def show_main_app(authenticator):
741
 
742
  # Add wedding mapping info if available
743
  user_wedding_info = get_wedding_info_for_user(username)
744
- if user_wedding_info:
745
- header_text += f"👥 Wedding: {user_wedding_info['display_name']} \n"
746
 
747
  # Add demo mode indicator
748
  if is_demo_mode:
 
741
 
742
  # Add wedding mapping info if available
743
  user_wedding_info = get_wedding_info_for_user(username)
 
 
744
 
745
  # Add demo mode indicator
746
  if is_demo_mode: