Omnibus commited on
Commit
1b2210b
·
verified ·
1 Parent(s): f444781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,7 +405,7 @@ def summarize(inp,history,report_check,chart_check,data=None,files=None,url=None
405
  if chart_check:
406
  print (f"making chart from ::: {rawp}")
407
  error_box = get_chart(str(rawp))
408
-
409
  else:
410
  rawp = "Provide a valid data source"
411
  #print (rawp)
 
405
  if chart_check:
406
  print (f"making chart from ::: {rawp}")
407
  error_box = get_chart(str(rawp))
408
+ print(error_box)
409
  else:
410
  rawp = "Provide a valid data source"
411
  #print (rawp)