Skip to content

Commit 96bb972

Browse files
committed
Added updates
1 parent 656c145 commit 96bb972

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
venv/

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
warnings.filterwarnings("ignore")
13-
st.set_option("deprecation.showPyplotGlobalUse", False)
1413

1514

1615
def get_data_from_excel():
@@ -75,7 +74,7 @@ def home(df):
7574
st.markdown(center_css, unsafe_allow_html=True)
7675
# Add header image
7776
header_image = "https://pink.pharmaintelligence.informa.com/-/media/editorial/pink-sheet/00_regular-column-images/drugreviewprofile_1200x675.jpg?rev=64d4d3dd70c547e5852a54c721ad553c&w=790&hash=4B5DD4FA49DAC3A70E3CFA4D1F526FE8" # Replace with the path to your image
78-
st.image(header_image, use_column_width=True)
77+
st.image(header_image, use_container_width=True)
7978

8079
def web_scraping(qs):
8180
try:

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
beautifulsoup4==4.12.3
22
black==24.10.0
3-
matplotlib==3.9.2
4-
numpy==2.1.2
5-
pandas==2.2.3
6-
scikit-learn==1.5.1
3+
matplotlib<3.8.0
4+
numpy>=1.23
5+
pandas<2.2.0
6+
scikit-learn==1.4.2
77
seaborn==0.13.2
88
gensim==4.3.3
99
xgboost==2.1.1

0 commit comments

Comments
 (0)