CoolFace
Apppublic

whitphx/streamlit-query-params

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
app.py9 linesDownload Raw Back to root
1import os2 3import streamlit as st4 5 6st.write(st.experimental_get_query_params())7 8st.experimental_set_query_params(test='ok')9