Omnibus commited on
Commit
74a8f83
·
verified ·
1 Parent(s): 9468ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ def summarize(inp,history,report_check,sum_mem_check,data=None):
231
 
232
  json_box=[]
233
  error_box=""
234
- json_out=""
235
  rawp="Error"
236
  if inp == "":
237
  inp = "Process this data"
 
231
 
232
  json_box=[]
233
  error_box=""
234
+ json_out={}
235
  rawp="Error"
236
  if inp == "":
237
  inp = "Process this data"