Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|