Washedashore commited on
Commit
e0937c9
·
verified ·
1 Parent(s): 4acdefc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -5
app.py CHANGED
@@ -1,9 +1,16 @@
1
- import gh repo clone LxaNce-Hacker/wifi-jammer ResourceWarning
2
 
3
- def greet(name):
 
 
 
4
  return "Hello " + name + "!!"
5
 
6
- class name:
7
- def __init__(self, params):
 
 
8
  = gh.Interface(fn=greet, inputs="text", outputs="text")
9
- launch(share=True)
 
 
 
1
+ <import> gh repo clone LxaNce-Hacker/wifi-jammer:
2
 
3
+ <ResourceWarning>
4
+
5
+ def greet(name):
6
+
7
  return "Hello " + name + "!!"
8
 
9
+ class name:
10
+
11
+ def __init__(self, params):
12
+
13
  = gh.Interface(fn=greet, inputs="text", outputs="text")
14
+
15
+
16
+ launch(share=True)