Spaces:
Runtime error
Runtime error
Commit
·
aa80aa2
1
Parent(s):
b754d71
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def check3(inp, inp2):
|
|
25 |
# Work
|
26 |
def get_matches(text):
|
27 |
# prepare text
|
28 |
-
textR=str(text)
|
29 |
print(textR)
|
30 |
countl=0
|
31 |
queue=len(textR)
|
|
|
25 |
# Work
|
26 |
def get_matches(text):
|
27 |
# prepare text
|
28 |
+
textR=str(text)
|
29 |
print(textR)
|
30 |
countl=0
|
31 |
queue=len(textR)
|