xp3857 commited on
Commit
ebad00c
1 Parent(s): 3f2ed18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ def ac():
36
  def clear():
37
  return gr.update(value=0),gr.update(value=0)
38
  def start():
 
39
  stamp = time.time()
40
  return gr.update(value=stamp),gr.update(value=0)
41
  def end(stamp):
 
36
  def clear():
37
  return gr.update(value=0),gr.update(value=0)
38
  def start():
39
+ print ("start")
40
  stamp = time.time()
41
  return gr.update(value=stamp),gr.update(value=0)
42
  def end(stamp):