Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -482,7 +482,7 @@ def summarize(inp,history,report_check,chart_check,data=None,files=None,director
|
|
482 |
|
483 |
|
484 |
def search_fn(inp,history,report_check,chart_check,data):
|
485 |
-
data=find_fn(inp,)
|
486 |
error_box=""
|
487 |
if inp == "":
|
488 |
inp = "Process this data"
|
|
|
482 |
|
483 |
|
484 |
def search_fn(inp,history,report_check,chart_check,data):
|
485 |
+
#data=find_fn(inp,)
|
486 |
error_box=""
|
487 |
if inp == "":
|
488 |
inp = "Process this data"
|