unim4er commited on
Commit
01aade4
1 Parent(s): cdd3b33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import random as rd
3
  rand = rd.randint(0,9)
4
  def guess(num):
5
- reture 'เลขที่สุ่มได้ คือ'+str(rand)
6
  num = int(num)
7
  if num == rand:
8
  r = 'ทายถูกแล้ว'
 
2
  import random as rd
3
  rand = rd.randint(0,9)
4
  def guess(num):
5
+ reture 'เลขที่สุ่มได้ คือ '+str(rand)
6
  num = int(num)
7
  if num == rand:
8
  r = 'ทายถูกแล้ว'