Skip to content

dataprofessor/st.template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

st.template

st.template allows writing text and arguments to the Streamlit app.

Demo app

Streamlit App

Code

Here's how to use st.write:

import streamlit as st

Line-by-line explanation

The very first thing to do when creating a Streamlit app is to start by importing the streamlit library as st like so:

import streamlit as st

Further reading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages