Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
# Title
|
| 4 |
-
st.title("Streamlit Demo: Buttons, Slider, Image & File Uploader")
|
| 5 |
|
| 6 |
# Button Demo
|
| 7 |
if st.button("Click Me!"):
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
# Title
|
| 4 |
+
st.title("ISOM5240 Streamlit Demo: Buttons, Slider, Image & File Uploader")
|
| 5 |
|
| 6 |
# Button Demo
|
| 7 |
if st.button("Click Me!"):
|