Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def evalm(rate):
|
|
| 64 |
global wl_lose
|
| 65 |
global textb2
|
| 66 |
Q = 28
|
| 67 |
-
if len(last) > 2:
|
| 68 |
return 0
|
| 69 |
eval_count += 1
|
| 70 |
choos = rate == 1
|
|
|
|
| 64 |
global wl_lose
|
| 65 |
global textb2
|
| 66 |
Q = 28
|
| 67 |
+
if len(last) > 2 or len(last) == 0:
|
| 68 |
return 0
|
| 69 |
eval_count += 1
|
| 70 |
choos = rate == 1
|