cda3a79 e4b51c5 23b62f2 f6535d5
1
2
3
4
5
6
import streamlit as st st.title("Basic Streamlit App") name = st.text_input("Enter your name", '') st.write(f"Salutations {name}!")