Spaces:
Runtime error
Runtime error
Commit
·
e0a513a
1
Parent(s):
9862b06
temurae
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def termurae(textA,lang):
|
|
32 |
|
33 |
def ziruph(dic,text):
|
34 |
|
35 |
-
|
36 |
def gematria_sum(text):
|
37 |
els_space = torah.gematria_sum(text)
|
38 |
if els_space==0:
|
|
|
32 |
|
33 |
def ziruph(dic,text):
|
34 |
|
35 |
+
return text
|
36 |
def gematria_sum(text):
|
37 |
els_space = torah.gematria_sum(text)
|
38 |
if els_space==0:
|