Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -482,7 +482,7 @@ def summarize(inp,history,data=None,files=None,directory=None,url=None,pdf_url=N
|
|
| 482 |
else:
|
| 483 |
rawp = "Provide a valid data source"
|
| 484 |
history.clear()
|
| 485 |
-
history.append((inp,
|
| 486 |
yield "", history,chart_html,chart_out,json_out
|
| 487 |
|
| 488 |
#################################
|
|
|
|
| 482 |
else:
|
| 483 |
rawp = "Provide a valid data source"
|
| 484 |
history.clear()
|
| 485 |
+
history.append((inp,chart_out))
|
| 486 |
yield "", history,chart_html,chart_out,json_out
|
| 487 |
|
| 488 |
#################################
|