File size: 92 Bytes
f286c9b
 
 
 
 
 
 
1
2
3
4
5
6
7
import streamlit as st
import pandas as pd
 
st.write("""
# My first app
Hello *world!*
""")