Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -298,6 +298,7 @@ def get_chart(inp):
|
|
| 298 |
return resp
|
| 299 |
def summarize(inp,history,report_check,chart_check,data=None,files=None,url=None,pdf_url=None,pdf_batch=None):
|
| 300 |
json_box=[]
|
|
|
|
| 301 |
if inp == "":
|
| 302 |
inp = "Process this data"
|
| 303 |
history.clear()
|
|
|
|
| 298 |
return resp
|
| 299 |
def summarize(inp,history,report_check,chart_check,data=None,files=None,url=None,pdf_url=None,pdf_batch=None):
|
| 300 |
json_box=[]
|
| 301 |
+
error_box=""
|
| 302 |
if inp == "":
|
| 303 |
inp = "Process this data"
|
| 304 |
history.clear()
|