Skip to content

Commit

Permalink
centered page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
choccccy committed Jul 19, 2023
1 parent d323996 commit 303b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/chat_pdf_streamlit_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def streamlit_loop(openai_api, model, LLM_TEMP):
st.set_page_config( # Set up Streamlit page
page_title='Ask your PDF',
page_icon=favicon,
layout='wide',
layout='centered',
initial_sidebar_state='expanded',
)

Expand Down

0 comments on commit 303b81a

Please sign in to comment.