lvwerra HF Staff commited on
Commit
aeb3f34
Β·
1 Parent(s): 26cde09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()-t_load:.2f}"
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}_")