bohmian commited on
Commit
be8b821
·
verified ·
1 Parent(s): d3a0b5f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
 
7
  st.set_page_config(layout="wide")
8
 
9
- # get your API key from env
10
  apikey = os.environ["FMP_API_KEY"]
11
 
12
  def parse_json(url):
 
6
 
7
  st.set_page_config(layout="wide")
8
 
9
+ # you need to sign up at FMP API to get the API key, then put it in the respective environment variable
10
  apikey = os.environ["FMP_API_KEY"]
11
 
12
  def parse_json(url):