Skip to content

Commit

Permalink
fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Qouentinne committed May 6, 2024
1 parent 4d5eea3 commit 79cb624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/pages/0_Import_File.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,14 @@ def on_change_page_filter(name_to_filter_dict: dict) -> None:
st.session_state["initial_config"] = yaml.safe_load(f.read())
initiate_configuration()

logging.info("... initializing processor and assets")
logging.info("... initializing processor")
st.session_state["proc"] = ReportProcessor(st.session_state["config"])
st.session_state["assets"] = {
"pagefilter": {},
"table_extractors": [],
}


with st.sidebar:

st.markdown("# PDF Upload")
Expand Down

0 comments on commit 79cb624

Please sign in to comment.