abdulmatinomotoso commited on
Commit
42a117e
1 Parent(s): dfa8639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):