Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
import streamlit as st
|
2 |
import requests
|
3 |
-
import
|
4 |
-
import numpy as np
|
5 |
from streamlit_lottie import st_lottie
|
6 |
|
7 |
-
|
8 |
st.title('Plot and track your vacations!')
|
9 |
|
10 |
def load_lottie_url(url: str):
|
|
|
|
|
1 |
import requests
|
2 |
+
import streamlit as st
|
|
|
3 |
from streamlit_lottie import st_lottie
|
4 |
|
|
|
5 |
st.title('Plot and track your vacations!')
|
6 |
|
7 |
def load_lottie_url(url: str):
|