thisisdev commited on
Commit
45b26f9
·
verified ·
1 Parent(s): df3b87a

Sidebar configured

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
2
 
3
- st.title("POC of Application")
 
 
4
 
 
1
  import streamlit as st
2
 
3
+ st.title("Organization Name Generator!")
4
+
5
+ st.sidebar.selectionbox("Pick a domain you are interested in: ", ("Data Science", "Artificial Intelligence", "Web Development", "Rocket Science", "Astronomy", "Aviation"))
6