Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -429,7 +429,7 @@ def format_json(inp):
|
|
| 429 |
print(inp)
|
| 430 |
print("###########")
|
| 431 |
print("###########")
|
| 432 |
-
inp = inp.strip("<\s>")
|
| 433 |
out_json=eval(inp)
|
| 434 |
print(out_json)
|
| 435 |
print("###########")
|
|
|
|
| 429 |
print(inp)
|
| 430 |
print("###########")
|
| 431 |
print("###########")
|
| 432 |
+
#inp = inp.strip("<\s>")
|
| 433 |
out_json=eval(inp)
|
| 434 |
print(out_json)
|
| 435 |
print("###########")
|