Test / app.py
RasmusLH's picture
Upload app.py
e485822 verified
raw
history blame contribute delete
No virus
99 Bytes
import streamlit as st
st.title('My first app')
st.write("Here's our first app with Streamlit")