Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,7 @@ import gradio as gr
|
|
| 2 |
import random as rd
|
| 3 |
|
| 4 |
rand = []
|
| 5 |
-
rand
|
| 6 |
-
#rand.append(rd.randint(0,9))
|
| 7 |
|
| 8 |
def guess(num):
|
| 9 |
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)
|