cbensimon's picture
cbensimon HF Staff
Create app.py
9681cc8
raw
history blame contribute delete
126 Bytes
import os
import streamlit as st
st.write(st.experimental_get_query_params())
st.experimental_set_query_params(test='ok')