Skip to content

Commit

Permalink
Update stock_price_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
varshad18 authored Jun 24, 2021
1 parent 2bf82d1 commit 61c20d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stock_price_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

if add_pages=='Trending':
teams = st.selectbox('',trending)
# https://towardsdatascience.com/how-to-get-stock-data-using-python-c0de1df17e75
#define the ticker symbol
tickerSymbol = teams
#get data on this ticker
Expand All @@ -63,7 +62,6 @@
st.area_chart(tickerDf.Close)

elif add_pages=='Mutual Funds':
# https://towardsdatascience.com/how-to-get-stock-data-using-python-c0de1df17e75
#define the ticker symbol
teams = st.selectbox('',mutualfunds)
tickerSymbol = teams
Expand All @@ -86,7 +84,6 @@
st.area_chart(tickerDf.Close)

elif add_pages=='Google':
# https://towardsdatascience.com/how-to-get-stock-data-using-python-c0de1df17e75
#define the ticker symbol
tickerSymbol = 'GOOGL'
#get data on this ticker
Expand Down

0 comments on commit 61c20d7

Please sign in to comment.