Spaces:
Runtime error
Runtime error
azaninello
commited on
Commit
·
8736bc8
1
Parent(s):
4eaff6c
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def search_engine_collocations(target = 'scarto' , colloc = 'azioni' , nlp = nlp
|
|
45 |
|
46 |
|
47 |
if result == 0:
|
48 |
-
return "Non ho trovato la parola '{target}'.\n"
|
49 |
|
50 |
else:
|
51 |
if colloc == 'azioni' and verbs != []:
|
|
|
45 |
|
46 |
|
47 |
if result == 0:
|
48 |
+
return "Non ho trovato la parola '{target}'.\n\n"
|
49 |
|
50 |
else:
|
51 |
if colloc == 'azioni' and verbs != []:
|