Skip to content

Commit

Permalink
default to native browser engine
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jan 30, 2024
1 parent c234c07 commit a7d9efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def play_old_messages():
st.session_state['pdf_rendering'] = st.radio(
"PDF rendering mode",
{"PDF.JS", "Native browser engine"},
index=1,
disabled=not uploaded_file,
)

Expand Down

0 comments on commit a7d9efc

Please sign in to comment.