Omnibus commited on
Commit
a39eb51
·
verified ·
1 Parent(s): fcb8c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ def sort_fn(inp):
34
  f"{inp}", # str in 'Paste Text' Textbox component
35
  api_name="/sort_doc"
36
  )
37
- return sen
38
 
39
  def find_all(url):
40
  return_list=[]
@@ -80,7 +80,7 @@ user query:
80
 
81
  def find_keyword_fn(c,inp,data):
82
 
83
-
84
  seed=random.randint(1,1000000000)
85
  divr=int(c)/20000
86
  divi=int(divr)+1 if divr != int(divr) else int(divr)
 
34
  f"{inp}", # str in 'Paste Text' Textbox component
35
  api_name="/sort_doc"
36
  )
37
+ return nouns
38
 
39
  def find_all(url):
40
  return_list=[]
 
80
 
81
  def find_keyword_fn(c,inp,data):
82
 
83
+ data=str(data)
84
  seed=random.randint(1,1000000000)
85
  divr=int(c)/20000
86
  divi=int(divr)+1 if divr != int(divr) else int(divr)