Omnibus commited on
Commit
a8f1584
·
verified ·
1 Parent(s): e809059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"