Pranav4datasc commited on
Commit
39a82cc
·
verified ·
1 Parent(s): f6920d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import json
2
  import requests
3
  import streamlit as st
4
- from streamlit-lottie import st_lottie
5
 
6
  def load_lottiefile(filepath: str):
7
  with open (filepath, "r") as f:
 
1
  import json
2
  import requests
3
  import streamlit as st
4
+ from streamlit_lottie import st_lottie
5
 
6
  def load_lottiefile(filepath: str):
7
  with open (filepath, "r") as f: