Spaces:
Sleeping
Sleeping
abdulmatinomotoso
commited on
Commit
•
42a117e
1
Parent(s):
dfa8639
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ def rename_group(output_list):
|
|
20 |
def remove_prefix(word, prefix):
|
21 |
if prefix in word:
|
22 |
return word.split(prefix, 1)[1]
|
|
|
23 |
return " " + word
|
24 |
|
25 |
def join_results(results):
|
|
|
20 |
def remove_prefix(word, prefix):
|
21 |
if prefix in word:
|
22 |
return word.split(prefix, 1)[1]
|
23 |
+
|
24 |
return " " + word
|
25 |
|
26 |
def join_results(results):
|