Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cbensimon
/
streamlit-query-params
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9681cc8
streamlit-query-params
/
app.py
cbensimon
HF Staff
Create app.py
9681cc8
over 3 years ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
os
import
streamlit
as
st
st.write(st.experimental_get_query_params())
st.experimental_set_query_params(test=
'ok'
)