lfoppiano commited on
Commit
407876d
·
1 Parent(s): 5e4cf95
Files changed (1) hide show
  1. 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
  )