Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 ")
|