Build the DataFrame and Model Performance UI with Streamlit
Learn how to run a logistic regression model in Streamlit UI.
We'll cover the following
Streamlit apps
To run a Streamlit app, type the following command: streamlit run app.py
.
Since we don’t have any components yet, we should see a blank screen… At the top right corner in the interface of the output, the “Rerun” button in the drop-down menu tells Streamlit to reload each time we change our code.
Get hands-on with 1400+ tech skills courses.