test / app.py
YaraKyrychenko's picture
Create app.py
f286c9b verified
raw
history blame contribute delete
92 Bytes
import streamlit as st
import pandas as pd
st.write("""
# My first app
Hello *world!*
""")