Spaces:
Runtime error
Runtime error
Commit
Β·
ee5dea8
1
Parent(s):
570e1aa
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ def bk_fn(cur):
|
|
| 50 |
next = 0
|
| 51 |
return next
|
| 52 |
def tog_on():
|
| 53 |
-
return 1,gr.Markdown.update("""<center><h7>Status: Playing
|
| 54 |
def tog_off():
|
| 55 |
return 0,gr.Markdown.update("""<center><h7>Status: Stopped π</h7></center>""")
|
| 56 |
|
|
|
|
| 50 |
next = 0
|
| 51 |
return next
|
| 52 |
def tog_on():
|
| 53 |
+
return 1,gr.Markdown.update("""<center><h7>Status: Playing π</h7></center>""")
|
| 54 |
def tog_off():
|
| 55 |
return 0,gr.Markdown.update("""<center><h7>Status: Stopped π</h7></center>""")
|
| 56 |
|