Clone77 commited on
Commit
daa2513
·
verified ·
1 Parent(s): 7f86708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -43,9 +43,10 @@ def load_lottie_url(url):
43
  return None
44
  return r.json()
45
 
46
- lottie_url = "https://lottie.host/28964bea-7ab5-424c-931c-6c5ab8326ac9/N93oqO193G.lottie"
47
  lottie_animation = load_lottie_url(lottie_url)
48
 
 
49
  # Title and Lottie animation side by side
50
  left_col, right_col = st.columns([2, 1])
51
  with left_col:
 
43
  return None
44
  return r.json()
45
 
46
+ lottie_url = "https://lottie.host/1f0a9697-c698-4c89-8c10-3d505a5c99ca/kHiz6bHsZD.json"
47
  lottie_animation = load_lottie_url(lottie_url)
48
 
49
+
50
  # Title and Lottie animation side by side
51
  left_col, right_col = st.columns([2, 1])
52
  with left_col: