Skip to content

Commit

Permalink
set html page title
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantisan committed Sep 19, 2023
1 parent 8d391df commit e9784cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mind_palace/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
openai.api_key = st.secrets.openai_key
xml_dir = "./resources/xmls/12-pdfs-from-steve-aug-22/"

st.set_page_config(page_title="Chatting with Steve's PDFs")
st.title("Chat with Steve's 12 PDFs 💬🦙")

selected_model = st.sidebar.selectbox(
Expand Down

0 comments on commit e9784cb

Please sign in to comment.