wyzdic
wyzdic
Hi, miner report AMD Invalid Result GPU ID 3. What is the meaning of GPU ID? How can i find it? HASHRATE REPORT - AMD | ID | 10s |...
with st.sidebar.container(): with open('config.yaml', encoding='utf-8') as file: config = yaml.load(file, Loader=SafeLoader) authenticator = stauth. Authenticate( config['credentials'], config['cookie']['name'], config['cookie']['key'], config['cookie']['expiry_days'], config['preauthorized'] ) if not st.session_state["authentication_status"]: authenticator.login() if st.session_state["authentication_status"]: st.write('here) elif st.session_state["authentication_status"]...
I'm using Streamlit-Authenticator at the same time, sac.menu doesn't show up after logging in, it's the same effect when I refresh the browser, if I click R to refresh the...
I want to assign some permissions based on the username of the logged-in, how do I get the username?
Streamlit-Authenticator (0.32, 0.33) streamlit_antd_components (0.3.2) In streamlit 1.32.0 the code runs very stably, when I update to a later version of streamlit (including the latest 1.37), streamlit-authenticator does not work...