Skip to content

Commit 1209bef

Browse files
authored
Merge pull request #229 from revanth1718/main
Fixed movie analysis page bug
2 parents 211bb23 + b2b6cae commit 1209bef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Web_app/pages/1_Movie_Analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
uploaded_file = st.sidebar.file_uploader("Choose a CSV file", type="csv")
1313

14-
with open('Movie_Animated.json', encoding='utf-8') as anim_source:
14+
with open('Web_app/pages/Movie_Animated.json', encoding='utf-8') as anim_source:
1515
animation_data = json.load(anim_source)
1616
st_lottie(animation_data, 1, True, True, "high", 150, -100)
1717
# Adding custom CSS to centralize components and style the headline
File renamed without changes.

Web_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ beautifulsoup4
33
requests
44
pandas
55
scikit-learn
6-
6+
streamlit_lottie
77
selenium

0 commit comments

Comments
 (0)