Vallp commited on
Commit
cd5c253
β€’
1 Parent(s): 81c29d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -1,9 +1,4 @@
1
  import streamlit as st
2
 
3
- def home():
4
- st.title("🌌 Prova")
5
- st.write(
6
- "Welcome to prova"
7
- )
8
-
9
- home()
 
1
  import streamlit as st
2
 
3
+ st.title("🌌 Prova")
4
+ st.write("Welcome to prova")