Skip to content

Commit c936616

Browse files
authored
Update Scarper.py
1 parent 5b428dd commit c936616

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Web_app/Scarper.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
import re
88
from bs4 import BeautifulSoup
99
import os
10+
from streamlit_lottie import st_lottie
11+
import json
12+
13+
with open('Movie_Animated.json', encoding='utf-8') as anim_source:
14+
animation_data = json.load(anim_source)
15+
st_lottie(animation_data, 1, True, True, "high", 150, -100)
1016

1117
# Function to scrape IMDb data
1218
def scrape_imdb_data():

0 commit comments

Comments
 (0)