Hupapron commited on
Commit
6918b5f
1 Parent(s): e83ce23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  aList=[]
3
  bList=[]
4
- def add2List(name):
5
  num=int(num)
6
  aList.append(num)
7
  bList.append(num)
 
1
  import gradio as gr
2
  aList=[]
3
  bList=[]
4
+ def add2List(num):
5
  num=int(num)
6
  aList.append(num)
7
  bList.append(num)