Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,6 +72,8 @@ def magic_function(input_text):
|
|
| 72 |
|
| 73 |
content = run(input_text)
|
| 74 |
|
|
|
|
|
|
|
| 75 |
result = extract_json_from_text(content)
|
| 76 |
|
| 77 |
if result:
|
|
|
|
| 72 |
|
| 73 |
content = run(input_text)
|
| 74 |
|
| 75 |
+
print(content)
|
| 76 |
+
|
| 77 |
result = extract_json_from_text(content)
|
| 78 |
|
| 79 |
if result:
|