Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -556,7 +556,7 @@ class FileProcessor:
|
|
556 |
- Click "Process Input" to analyze the data. The results will be available for download and in the JSON Editor.
|
557 |
- Click "Generate QR Code" to create a QR code from the JSON data.
|
558 |
""")
|
559 |
-
|
560 |
|
561 |
|
562 |
def main():
|
|
|
556 |
- Click "Process Input" to analyze the data. The results will be available for download and in the JSON Editor.
|
557 |
- Click "Generate QR Code" to create a QR code from the JSON data.
|
558 |
""")
|
559 |
+
return interface
|
560 |
|
561 |
|
562 |
def main():
|