thisisdev's picture
commit: Changed selectbox
05abeab verified
raw
history blame
236 Bytes
import streamlit as st
st.title("Organization Name Generator!")
st.sidebar.selectbox("Pick a domain you are interested in: ", ("Data Science", "Artificial Intelligence", "Web Development", "Rocket Science", "Astronomy", "Aviation"))