Spaces:
Sleeping
Sleeping
typo
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
@@ -553,6 +553,6 @@ with left_column:
|
|
553 |
height=800,
|
554 |
annotation_outline_size=1,
|
555 |
annotations=st.session_state['annotations'],
|
556 |
-
rendering=st.session_state['pdf_rendering']
|
557 |
render_text=True
|
558 |
)
|
|
|
553 |
height=800,
|
554 |
annotation_outline_size=1,
|
555 |
annotations=st.session_state['annotations'],
|
556 |
+
rendering=st.session_state['pdf_rendering'],
|
557 |
render_text=True
|
558 |
)
|