From e9784cbdf884af7aae0a98a0e006acf31d2cb236 Mon Sep 17 00:00:00 2001 From: Paul Lam Date: Wed, 20 Sep 2023 06:20:49 +0900 Subject: [PATCH] set html page title --- mind_palace/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mind_palace/app.py b/mind_palace/app.py index 316d9a2..556cab3 100644 --- a/mind_palace/app.py +++ b/mind_palace/app.py @@ -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(