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