We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a383e commit d8ce375Copy full SHA for d8ce375
region.py
@@ -13,6 +13,7 @@
13
14
st.set_page_config(page_title="EIA Demand by Region (ET)", layout="wide")
15
st.title("U.S. Electricity Demand by Region (Eastern Time)")
16
+st.markdown("**Team:** Aileen Yang · Aria Kovalovich · Chengpu Deng")
17
18
# API Key Retrieval
19
api_key = st.secrets.get("EIA_API_KEY", None)
0 commit comments