Omnibus commited on
Commit
5e5e80d
1 Parent(s): bbf23c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"{lab}: Loaded, processing...")]
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)