sonobit commited on
Commit
b793475
·
1 Parent(s): 33857c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
  import random as rd
3
 
4
  rand = []
5
- rand.append(rd.randint(0,9))
 
6
 
7
  def guess(num):
8
  num = int(num)
 
2
  import random as rd
3
 
4
  rand = []
5
+ rand[0] = rd.randint(0,9)
6
+ #rand.append(rd.randint(0,9))
7
 
8
  def guess(num):
9
  num = int(num)