Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jan 22, 2024
1 parent f81bbe1 commit 2732ad3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions streamlit_pdf_viewer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import streamlit.components.v1 as components
import json

_RELEASE = False
_RELEASE = True

if not _RELEASE:
_component_func = components.declare_component(
Expand Down Expand Up @@ -87,6 +87,5 @@ def pdf_viewer(input: Union[str, Path, bytes], width: int = 700, height: int = N
binary,
height=700,
width=800,
annotations=annotations,
rendering="legacy_embed"
annotations=annotations
)

0 comments on commit 2732ad3

Please sign in to comment.