ZOROONE01 commited on
Commit
6af90a5
1 Parent(s): 660ecc0

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
 
4
  rand = []
5
- rand = (rd.randint(0,9))
6
 
7
  def guess(num):
8
  num = int(num)
 
2
  import random as rd
3
 
4
  rand = []
5
+ rand.append(rd.randint(0,9))
6
 
7
  def guess(num):
8
  num = int(num)