Skip to content

Commit

Permalink
Fix deprecated resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumitti committed Dec 13, 2024
1 parent 8291a8d commit 7ac8f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion TFinder-v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
from navigation.allapp import allapp_page
from navigation.contact import contact_page
from navigation.home import home_page
from navigation.resource import resource_page
from utils.components import footer_style, footer
try:
from streamlit import rerun as rerun
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ biopython
altair~=5.5.0
deprecation~=2.1.0
future
hydralit_components
hydralit-components
logomaker~=0.8
numpy~=1.26.4
openpyxl
Expand All @@ -33,7 +33,7 @@ plotly
requests~=2.32.3
stqdm~=0.0.5
streamlit~=1.40.1
streamlit_analytics
streamlit-analytics
streamlit-lottie
tqdm~=4.66.4
bs4~=0.0.2
Expand Down

0 comments on commit 7ac8f24

Please sign in to comment.