Hemasagar commited on
Commit
a686e19
·
verified ·
1 Parent(s): fa56c87

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py DELETED
@@ -1,9 +0,0 @@
1
- import streamlit as st
2
- # Set the app title
3
- st.title('My First Streamlit App')
4
- # Add a welcome message
5
- st.write('Welcome to my Streamlit app!')
6
- # Create a text input
7
- widgetuser_input = st.text_input('Enter a custom message:', 'Hello, Streamlit!')
8
- # Display the customized message
9
- st.write('Customized Message:', user_input)