Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -377,8 +377,7 @@ def process_all_inputs(urls, file, text, notes):
|
|
377 |
except Exception as e:
|
378 |
logger.error(f"Processing error: {e}")
|
379 |
return None, f"Error: {str(e)}", ""
|
380 |
-
|
381 |
-
|
382 |
def generate_qr(json_data):
|
383 |
"""Generate QR code from JSON data and return the file path."""
|
384 |
qr = qrcode.QRCode(
|
|
|
377 |
except Exception as e:
|
378 |
logger.error(f"Processing error: {e}")
|
379 |
return None, f"Error: {str(e)}", ""
|
380 |
+
|
|
|
381 |
def generate_qr(json_data):
|
382 |
"""Generate QR code from JSON data and return the file path."""
|
383 |
qr = qrcode.QRCode(
|