bohmian commited on
Commit
58d5310
1 Parent(s): 641923c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,10 +51,10 @@ with st.sidebar:
51
  value = 'GOOG, META, AAPL, MSFT, NVDA, NFLX, V, MA, AMZN, TSLA, JPM, BAC, BA, MMM, NET, C, CRM, PLTR, BABA').upper()
52
  st.write("Note: Earnings dates are shown for the next 3 months")
53
  st.write('')
54
- st.write('')
55
  st.markdown("## [Explanatory Article](https://medium.datadriveninvestor.com/build-a-stock-earnings-calendar-of-your-favorite-stocks-in-python-36bba1950a61)")
56
  st.write('')
57
- st.write('')
58
  # Where the data came from
59
  st.markdown("## [Financial Modeling Prep API](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
60
  \n\nEarnings Dates for all tickers are obtained from the FinancialModelingPrep API, feel free to sign up\
 
51
  value = 'GOOG, META, AAPL, MSFT, NVDA, NFLX, V, MA, AMZN, TSLA, JPM, BAC, BA, MMM, NET, C, CRM, PLTR, BABA').upper()
52
  st.write("Note: Earnings dates are shown for the next 3 months")
53
  st.write('')
54
+
55
  st.markdown("## [Explanatory Article](https://medium.datadriveninvestor.com/build-a-stock-earnings-calendar-of-your-favorite-stocks-in-python-36bba1950a61)")
56
  st.write('')
57
+
58
  # Where the data came from
59
  st.markdown("## [Financial Modeling Prep API](https://intelligence.financialmodelingprep.com/pricing-plans?couponCode=damianboh&utm_campaign=damianboh&utm_medium=blog&utm_source=medium)\
60
  \n\nEarnings Dates for all tickers are obtained from the FinancialModelingPrep API, feel free to sign up\