Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
•
f425372
1
Parent(s):
482a6c3
Update dcogsphere.py
Browse files- dcogsphere.py +1 -1
dcogsphere.py
CHANGED
@@ -86,7 +86,7 @@ class RockPaperScissors(Model):
|
|
86 |
self.choice2.reset()
|
87 |
|
88 |
self.trials+=1
|
89 |
-
if self.trials>=
|
90 |
scora=self.score1.text
|
91 |
scorb=self.score2.text
|
92 |
result = client.predict(
|
|
|
86 |
self.choice2.reset()
|
87 |
|
88 |
self.trials+=1
|
89 |
+
if self.trials>=24:
|
90 |
scora=self.score1.text
|
91 |
scorb=self.score2.text
|
92 |
result = client.predict(
|