gpcerv commited on
Commit
3fcafd8
1 Parent(s): 43e40a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def tasksSearch():
63
  domanda=request.args.get('frase').strip()
64
  print('domanda',domanda)
65
  dati=[]
66
- w,out=pdfricerca.ricerca(domanda,word,text)
67
  d={}
68
  d['text']=str(w)
69
  d['chi']=out
 
63
  domanda=request.args.get('frase').strip()
64
  print('domanda',domanda)
65
  dati=[]
66
+ w,out=pdfricerca.ricerca(domanda,word,text,hub_layer)
67
  d={}
68
  d['text']=str(w)
69
  d['chi']=out