Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -486,7 +486,7 @@ def summarize(inp,history,data=None,files=None,directory=None,url=None,pdf_url=N
|
|
486 |
line=line.strip().replace('"',"")
|
487 |
if "```" in chart_list[ii]:
|
488 |
while True:
|
489 |
-
line_out+=
|
490 |
line_out+="\n"
|
491 |
cnti+=1
|
492 |
if "```" in chart_list[ii+cnti]:
|
|
|
486 |
line=line.strip().replace('"',"")
|
487 |
if "```" in chart_list[ii]:
|
488 |
while True:
|
489 |
+
line_out+=chart_list[ii+cnti].strip().strip("\n").replace('"',"")
|
490 |
line_out+="\n"
|
491 |
cnti+=1
|
492 |
if "```" in chart_list[ii+cnti]:
|