Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
from streamlit_lottie import st_lottie
|
|
|
4 |
|
5 |
st.title('Plot and track your vacations!')
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
import requests
|
3 |
from streamlit_lottie import st_lottie
|
4 |
+
import pandas as pd
|
5 |
|
6 |
st.title('Plot and track your vacations!')
|
7 |
|