Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sonobit
/
gui2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sonobit
commited on
Jan 3, 2023
Commit
02fdf58
·
1 Parent(s):
8d6b0d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,6 @@ rand = -1 #rd.randint(0,9)
5
6
def guess(num):
7
num = int(num)
8
-
rand = int(rand)
9
if num == rand:
10
r = 'ทายถูกแล้ว'
11
else:
5
6
def guess(num):
7
num = int(num)
8
if num == rand:
9
r = 'ทายถูกแล้ว'
10
else: