test / app.py
Vallp's picture
Update app.py
81c29d2
raw
history blame
117 Bytes
import streamlit as st
def home():
st.title("🌌 Prova")
st.write(
"Welcome to prova"
)
home()