profnecrya commited on
Commit
d194f54
·
1 Parent(s): aa80aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def check3(inp, inp2):
26
  def get_matches(text):
27
  # prepare text
28
  textR=str(text)
29
- print(textR)
 
30
  countl=0
31
  queue=len(textR)
32
 
 
26
  def get_matches(text):
27
  # prepare text
28
  textR=str(text)
29
+ textR=textR.split() # Some shitty code
30
+ # Variables
31
  countl=0
32
  queue=len(textR)
33