Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -417,7 +417,7 @@ def summarize(inp,history,report_check,chart_check,data=None,files=None,director
|
|
417 |
inp = "Process this data"
|
418 |
history.clear()
|
419 |
history = [(inp,"Working on it...")]
|
420 |
-
yield "",history,error_box,json_box,json_box
|
421 |
|
422 |
if pdf_batch.startswith("http"):
|
423 |
c=0
|
|
|
417 |
inp = "Process this data"
|
418 |
history.clear()
|
419 |
history = [(inp,"Working on it...")]
|
420 |
+
yield "",history,error_box,json_box,json_box,json_box
|
421 |
|
422 |
if pdf_batch.startswith("http"):
|
423 |
c=0
|