Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,8 @@ def parse_json(inp):
|
|
138 |
cnt=0
|
139 |
for line in inp.split("\n"):
|
140 |
if tog==True:
|
141 |
-
|
|
|
142 |
if "```" in line:
|
143 |
cnt+=1
|
144 |
if cnt==1:
|
|
|
138 |
cnt=0
|
139 |
for line in inp.split("\n"):
|
140 |
if tog==True:
|
141 |
+
if not "```" in line:
|
142 |
+
lines+=line
|
143 |
if "```" in line:
|
144 |
cnt+=1
|
145 |
if cnt==1:
|