Skip to content

Commit

Permalink
unconstrain reqs,
Browse files Browse the repository at this point in the history
  • Loading branch information
alheir committed Feb 4, 2025
1 parent 022a495 commit cf276b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ def main():
st.session_state['Application'] = selected_app

if selected_app == app_list[0]:
# image_dir = "./ki67_annotator/images"
# ann_dir = "./ki67_annotator/annotations"
# report_dir = "./ki67_annotator/reports"
# if 'ki67' not in st.session_state:
# st.session_state['ki67'] = {}
# ki67_image_ann(st.session_state['ki67'])
st.warning("Esta aplicación aún no está disponible.")
image_dir = "./ki67_annotator/images"
ann_dir = "./ki67_annotator/annotations"
report_dir = "./ki67_annotator/reports"
if 'ki67' not in st.session_state:
st.session_state['ki67'] = {}
ki67_image_ann(st.session_state['ki67'])
elif selected_app == app_list[1]:
image_dir = "./her2_annotator/images"
ann_dir = "./her2_annotator/annotations"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
streamlit==1.24.0
Pillow<10.0.0
streamlit
Pillow
matplotlib
pandas
numpy
Expand Down

0 comments on commit cf276b2

Please sign in to comment.