Omnibus commited on
Commit
a1aa239
·
verified ·
1 Parent(s): b809abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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