Sidebar configured
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.title("
|
|
|
|
|
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 |
|