Skip to content

Commit

Permalink
add versions for debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Mar 8, 2024
1 parent 0c91d08 commit eaa488c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit eaa488c

Please sign in to comment.