Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ def summarize(inp,history,data=None,files=None,directory=None,url=None,pdf_url=N
|
|
| 483 |
|
| 484 |
if data != "Error" and data != "":
|
| 485 |
history.clear()
|
| 486 |
-
history = [(inp,f"
|
| 487 |
yield "",history,chart_out,chart_out,json_box
|
| 488 |
|
| 489 |
print(inp)
|
|
|
|
| 483 |
|
| 484 |
if data != "Error" and data != "":
|
| 485 |
history.clear()
|
| 486 |
+
history = [(inp,f"Data: Loaded, processing...")]
|
| 487 |
yield "",history,chart_out,chart_out,json_box
|
| 488 |
|
| 489 |
print(inp)
|