Update app.py
Browse files
app.py
CHANGED
@@ -38,11 +38,11 @@ stops = [
|
|
38 |
|
39 |
def change_speed(choice):
|
40 |
print(f"choice: {choice}")
|
41 |
-
return
|
42 |
|
43 |
def change_stop(choice):
|
44 |
print(f"choice: {choice}")
|
45 |
-
return
|
46 |
|
47 |
def init():
|
48 |
key_list=['lb_LU-marylux-medium','lb_LU-femaleLOD-medium','lb_LU-androgynous-medium']
|
|
|
38 |
|
39 |
def change_speed(choice):
|
40 |
print(f"choice: {choice}")
|
41 |
+
return None
|
42 |
|
43 |
def change_stop(choice):
|
44 |
print(f"choice: {choice}")
|
45 |
+
return None
|
46 |
|
47 |
def init():
|
48 |
key_list=['lb_LU-marylux-medium','lb_LU-femaleLOD-medium','lb_LU-androgynous-medium']
|