thisisdev's picture
Sidebar configured
45b26f9 verified
raw
history blame
239 Bytes
import streamlit as st
st.title("Organization Name Generator!")
st.sidebar.selectionbox("Pick a domain you are interested in: ", ("Data Science", "Artificial Intelligence", "Web Development", "Rocket Science", "Astronomy", "Aviation"))