Spaces:
Configuration error
Configuration error
Delete app.py
Browse files
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|