Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import random as rd
|
3 |
|
4 |
-
def add2List(num
|
5 |
aList = []
|
6 |
bList = []
|
7 |
num = int(num)
|
|
|
1 |
import gradio as gr
|
2 |
import random as rd
|
3 |
|
4 |
+
def add2List(num,startRand,endRand):
|
5 |
aList = []
|
6 |
bList = []
|
7 |
num = int(num)
|