QuantumLearner commited on
Commit
15839b9
·
verified ·
1 Parent(s): 6599f83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import plotly.graph_objects as go
7
  from bs4 import BeautifulSoup
8
  import warnings
9
  warnings.filterwarnings("ignore")
 
10
 
11
  # Financial Modeling Prep API Key
12
  FMP_API_KEY = os.getenv("FMP_API_KEY ")
 
7
  from bs4 import BeautifulSoup
8
  import warnings
9
  warnings.filterwarnings("ignore")
10
+ import os
11
 
12
  # Financial Modeling Prep API Key
13
  FMP_API_KEY = os.getenv("FMP_API_KEY ")