Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
'Get Help': 'https://github.com/lfoppiano/pdf-struct',
'Report a bug': "https://github.com/lfoppiano/pdf-struct/issues",
'About': "View the structures extracted by Grobid."
}
},
layout='wide'
)

with st.sidebar:
Expand Down Expand Up @@ -192,7 +193,6 @@ def get_file_hash(fname):

pdf_viewer(
input=st.session_state['binary'],
width=700,
annotations=annotations,
pages_vertical_spacing=pages_vertical_spacing,
annotation_outline_size=annotation_thickness,
Expand Down