Update app.py
Browse files
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):
|