File size: 189 Bytes
3f3337a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import streamlit as st
# To make things easier later, we're also importing numpy and pandas for
# working with sample data.
import numpy as np
import pandas as pd

st.title('My first app')