williambr commited on
Commit
becb943
·
1 Parent(s): 084b9b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,10 +1,7 @@
1
- import streamlit as st
2
  import requests
3
- import pandas as pd
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):