williambr commited on
Commit
e9398a5
·
1 Parent(s): a55152d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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