Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MadhuV28
/
Image_Background_Sidebar_Lottie_Animation
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MadhuV28
commited on
Aug 24, 2022
Commit
cf4616e
·
1 Parent(s):
dea6e9c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -29,6 +29,8 @@ def add_bg_from_url():
29
30
add_bg_from_url()
31
32
import time
33
import requests
34
29
30
add_bg_from_url()
31
32
+
pip install streamlit-lottie
33
+
34
import time
35
import requests
36