Answers for "Removing the right dropdown or editing the link in Streamlit"

0

Removing the right dropdown or editing the link in Streamlit

import streamlit as st

st.markdown("""
<style>div[data-testid="stToolbar"] { display: none;}</style>
""", unsafe_allow_html=True)

st.button("Hello world")
Posted by: Guest on August-23-2021

Code answers related to "Removing the right dropdown or editing the link in Streamlit"

Browse Popular Code Answers by Language