Future-Tense commited on
Commit
ee5dea8
β€’
1 Parent(s): 570e1aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 😴</h7></center>""")
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