81c29d2 56a5280
1
2
3
4
5
6
7
8
9
import streamlit as st def home(): st.title("π Prova") st.write( "Welcome to prova" ) home()