Spaces:
Running
Running
Update app.py
Browse files
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
|