Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -486,7 +486,8 @@ 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+=f'''{chart_list[ii+cnti].strip().strip("\n").replace('"',"")}
|
|
|
490 |
cnti+=1
|
491 |
if "```" in chart_list[ii+cnti]:
|
492 |
go=False
|
|
|
486 |
line=line.strip().replace('"',"")
|
487 |
if "```" in chart_list[ii]:
|
488 |
while True:
|
489 |
+
line_out+=f'''{chart_list[ii+cnti].strip().strip("\n").replace('"',"")}'''
|
490 |
+
line_out+="\n"
|
491 |
cnti+=1
|
492 |
if "```" in chart_list[ii+cnti]:
|
493 |
go=False
|