Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ def answer():
|
|
| 14 |
return str(rand)
|
| 15 |
|
| 16 |
def newRand():
|
| 17 |
-
|
| 18 |
-
|
| 19 |
|
| 20 |
with gr.Blocks() as myApp:
|
| 21 |
with gr.Row():
|
|
|
|
| 14 |
return str(rand)
|
| 15 |
|
| 16 |
def newRand():
|
| 17 |
+
rand = rd.randint(0,9)
|
| 18 |
+
return ''
|
| 19 |
|
| 20 |
with gr.Blocks() as myApp:
|
| 21 |
with gr.Row():
|