chollada commited on
Commit
6049664
1 Parent(s): e3a810e

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
- num = int(num
6
  if num == rand:
7
  r = 'ทายถูกแล้ว'
8
  else:
 
2
  import random as rd
3
  rand = rd.randint(0,9)
4
  def guess(num):
5
+ num = int(num)
6
  if num == rand:
7
  r = 'ทายถูกแล้ว'
8
  else: