Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,16 +1,6 @@
|
|
| 1 |
# Import streamlit library
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
-
# Create a header
|
| 5 |
-
st.header('Welcome to Our Streamlit Application')
|
| 6 |
-
|
| 7 |
-
# Create a sub-header
|
| 8 |
-
st.subheader('This is a simple demonstration of headers and sub-headers')
|
| 9 |
-
# Import streamlit library
|
| 10 |
-
|
| 11 |
-
import streamlit as st
|
| 12 |
-
|
| 13 |
-
|
| 14 |
# Create a header
|
| 15 |
|
| 16 |
st.header('Sum Calculator')
|
|
|
|
| 1 |
# Import streamlit library
|
| 2 |
import streamlit as st
|
| 3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
# Create a header
|
| 5 |
|
| 6 |
st.header('Sum Calculator')
|