Skip to content

Instantly share code, notes, and snippets.

@apugoneappu
apugoneappu / streamlit_demo.py
Last active January 6, 2022 14:20
Streamlit demo gist
import streamlit as st
import pandas as pd
from PIL import Image
import numpy as np
st.title('This is my second Streamlit app')
st.header('Write can handle (almost) anything you throw at it')
if st.button('balloons'):