Omnibus commited on
Commit
c31f21b
·
1 Parent(s): 6d933ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ def summarize(inp,history,data=None,files=None,url=None,pdf_url=None,pdf_batch=N
250
  inp = "Process this data"
251
  history.clear()
252
  history = [(inp,"Working on it...")]
253
- yield "",history
254
 
255
  if pdf_batch.startswith("http"):
256
  c=0
 
250
  inp = "Process this data"
251
  history.clear()
252
  history = [(inp,"Working on it...")]
253
+ yield "",history,error_box
254
 
255
  if pdf_batch.startswith("http"):
256
  c=0