Skip to content

Commit

Permalink
Merge pull request #76 from dataforgoodfr/sidebar_sections
Browse files Browse the repository at this point in the history
streamlit: add subsections for the pdf/pipeline config
  • Loading branch information
jeremyfix authored Apr 23, 2024
2 parents 8aed154 + 3093be4 commit 67d9d47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/pages/0_Import_File.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

st.markdown("# Configuration")

st.markdown("## PDF Report to process")
original_pdf = st.file_uploader(
"Upload a pdf document containing financial table : ",
)
Expand All @@ -39,6 +40,7 @@
"Already loaded file : " + st.session_state["original_pdf_name"],
)

st.markdown("## Pipeline configuration")
loaded_config = st.file_uploader(
"Upload a config if the default config doesn't suit you :",
)
Expand Down

0 comments on commit 67d9d47

Please sign in to comment.