Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -40,5 +40,5 @@ if username or st.button("Check!"):
|
|
40 |
else:
|
41 |
st.markdown("**No**, your code is not in The Stack.")
|
42 |
|
43 |
-
t_display = f"{time.time()-
|
44 |
st.markdown(f"_load: {t_load}s, display: {t_display}_")
|
|
|
40 |
else:
|
41 |
st.markdown("**No**, your code is not in The Stack.")
|
42 |
|
43 |
+
t_display = f"{time.time()-t_display:.2f}"
|
44 |
st.markdown(f"_load: {t_load}s, display: {t_display}_")
|