Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-query-params
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
929626e
streamlit-query-params
/
app.py
whitphx
HF Staff
Create app.py
929626e
about 2 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'
)