Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import json
|
| 2 |
import requests
|
| 3 |
import streamlit as st
|
| 4 |
-
from
|
| 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:
|