This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'): |