[2a09d1]: / components / components.py

Download this file

4 lines (3 with data), 138 Bytes

1
2
3
4
import streamlit as st
def margin_top(size):
st.markdown("<div style='margin-top:{}px;'></div>".format(size), unsafe_allow_html=True)