rushankg commited on
Commit
0686ed2
·
1 Parent(s): efab03b

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
-
3
- st.title('First site')
4
- st.header('This is a header')
5
-
6
- hobby = st.selectbox("Hobby",['Writing','Badminton','Bouldering'])
7
-
8
- if st.button("Click me for a compliment"):
9
- st.write("Wow, "+hobby.lower()+" is a wonderful hobby to have")