Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
import pandas as pd
|
| 5 |
from streamlit_calendar import calendar
|
| 6 |
|
| 7 |
-
API_KEY = "
|
| 8 |
|
| 9 |
def fetch_economic_calendar(from_date, to_date):
|
| 10 |
from_str = from_date.strftime("%Y-%m-%d")
|
|
|
|
| 4 |
import pandas as pd
|
| 5 |
from streamlit_calendar import calendar
|
| 6 |
|
| 7 |
+
API_KEY = os.getenv("FMP_API_KEY")
|
| 8 |
|
| 9 |
def fetch_economic_calendar(from_date, to_date):
|
| 10 |
from_str = from_date.strftime("%Y-%m-%d")
|