Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
prakharg24/multiverse
verifiability-tutorial
/
verifiability
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prakharg24
commited on
Aug 23, 2025
Commit
d9e600b
·
verified
·
1 Parent(s):
da4cc06
Update utils.py
Browse files
Files changed (1)
hide
show
utils.py
+1
-0
utils.py
CHANGED
Viewed
@@ -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
"""