Spaces:
Runtime error
Runtime error
Commit
·
d194f54
1
Parent(s):
aa80aa2
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,8 @@ def check3(inp, inp2):
|
|
26 |
def get_matches(text):
|
27 |
# prepare text
|
28 |
textR=str(text)
|
29 |
-
|
|
|
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 |
|