prakharg24 commited on
Commit
d9e600b
·
verified ·
1 Parent(s): da4cc06

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
  def go_to(page_name, from_callback=False):
4
  """
 
1
  import streamlit as st
2
+ import time
3
 
4
  def go_to(page_name, from_callback=False):
5
  """