Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,8 @@ import gradio as gr
|
|
| 2 |
import random as rd
|
| 3 |
|
| 4 |
rand = []
|
| 5 |
-
rand
|
|
|
|
| 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)
|