Omnibus commited on
Commit
dd9aab7
1 Parent(s): 5ebecd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -229,6 +229,7 @@ def compress_data_og(c, instruct, history):
229
 
230
  def summarize(inp,history,report_check,sum_mem_check,data=None):
231
  json_box=[]
 
232
  if inp == "":
233
  inp = "Process this data"
234
  history.clear()
 
229
 
230
  def summarize(inp,history,report_check,sum_mem_check,data=None):
231
  json_box=[]
232
+ error_box=""
233
  if inp == "":
234
  inp = "Process this data"
235
  history.clear()