Closed vishhvak closed 2 months ago
hey, with the latest version 0.1.14
you can pass styles to position like this:
st_searchbox(
search_function=search_wikipedia_ids,
key="searchx",
style_overrides=StyleOverrides(
wrapper={"padding-top": "50px", "padding-left": "150px"},
),
)
otherwise, you can maybe place empty blocks st.markdown("")
before/after?
How can I change the margin-bottom or margins on the searchbox?
I'd like to make sure they are aligned with buttons