Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def find_relevant_sentences(query):
|
|
72 |
final_output = " ".join(cleaned_results) # Combina tutte le frasi in un unico testo
|
73 |
|
74 |
|
75 |
-
return
|
76 |
|
77 |
examples = [
|
78 |
["irresponsible use of the machine?"],
|
|
|
72 |
final_output = " ".join(cleaned_results) # Combina tutte le frasi in un unico testo
|
73 |
|
74 |
|
75 |
+
return final_output
|
76 |
|
77 |
examples = [
|
78 |
["irresponsible use of the machine?"],
|