From eaa488c2eed585675706f5237ee7ac56960562ba Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi Date: Fri, 8 Mar 2024 23:15:49 +0100 Subject: [PATCH] add versions for debuging --- app.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 315db3f..85a3b0e 100644 --- a/app.py +++ b/app.py @@ -39,6 +39,8 @@ ) from src.utilities import delete_txt_files, load_json, save_json from src.analysis import run +import jupedsim as jps +import pedpy def read_data(output_file: str) -> pd.DataFrame: @@ -69,7 +71,8 @@ def read_data(output_file: str) -> pd.DataFrame: # User will select from these files to do simulations tab1, tab2, tab3 = st.tabs(["Initialisation", "Simulation", "Analysis"]) - + st.sidebar.info(f"{jps.__version__ = }") + st.sidebar.info(f"{pedpy.__version__ = }") with tab1: column_1, column_2 = st.columns((1, 1)) file_name = column_1.text_input(