Spaces:
Sleeping
Sleeping
File size: 429 Bytes
746d2f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
title: st.form
slug: /develop/api-reference/execution-flow/st.form
description: st.form creates a form that batches elements together with a “Submit" button.
---
<Tip>
This page only contains information on the `st.forms` API. For a deeper dive into creating and using forms within Streamlit apps, read our guide on [Using forms](/develop/concepts/architecture/forms).
</Tip>
<Autofunction function="streamlit.form" />
|