dvaz commited on
Commit
967e18d
·
1 Parent(s): a940a51

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +0 -4
Home.py CHANGED
@@ -1,8 +1,5 @@
1
  import requests
2
  import streamlit as st
3
- import yfinance as yf
4
- import streamlit.components.v1 as components
5
- from requests_html import HTMLSession
6
  from streamlit_lottie import st_lottie
7
 
8
  st.set_page_config('Home',":shark:","wide",menu_items={'About': "This is an *extremely* cool app!"})
@@ -37,4 +34,3 @@ with st.container():
37
 
38
 
39
 
40
-
 
1
  import requests
2
  import streamlit as st
 
 
 
3
  from streamlit_lottie import st_lottie
4
 
5
  st.set_page_config('Home',":shark:","wide",menu_items={'About': "This is an *extremely* cool app!"})
 
34
 
35
 
36