acecalisto3 commited on
Commit
ad8b65f
·
verified ·
1 Parent(s): 363e9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -502,7 +502,7 @@ def generate_qr_codes(data: Union[str, Dict, List], combined: bool = True) -> Li
502
  logger.error(f"QR code generation error: {e}")
503
  return []
504
 
505
- def create_qr_sequence_visualizer():
506
  """Add QR sequence visualization capabilities to the application"""
507
 
508
  # Create a new tab for the QR code sequence visualization
 
502
  logger.error(f"QR code generation error: {e}")
503
  return []
504
 
505
+ def create_qr_sequence_visualizer(output_gallery):
506
  """Add QR sequence visualization capabilities to the application"""
507
 
508
  # Create a new tab for the QR code sequence visualization