Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -583,8 +583,7 @@ def create_qr_sequence_visualizer():
|
|
583 |
|
584 |
# Generate toggle controls HTML
|
585 |
toggle_html = '<div style="max-height: 500px; overflow-y: auto; padding: 10px;">'
|
586 |
-
toggle_html += '<h3>Enable/Disable QR
|
587 |
-
toggle_html += ' Codes:</h3>'
|
588 |
for i, path in enumerate(qr_paths):
|
589 |
toggle_html += f'<div><input type="checkbox" id="qr_toggle_{i}" checked> <label for="qr_toggle_{i}">{path}</label></div>'
|
590 |
toggle_html += '</div>'
|
|
|
583 |
|
584 |
# Generate toggle controls HTML
|
585 |
toggle_html = '<div style="max-height: 500px; overflow-y: auto; padding: 10px;">'
|
586 |
+
toggle_html += '<h3>Enable/Disable QR Codes:</h3>'
|
|
|
587 |
for i, path in enumerate(qr_paths):
|
588 |
toggle_html += f'<div><input type="checkbox" id="qr_toggle_{i}" checked> <label for="qr_toggle_{i}">{path}</label></div>'
|
589 |
toggle_html += '</div>'
|