Skip to content

Commit 6266bba

Browse files
committed
fixed region.py
1 parent 204975d commit 6266bba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

region.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import streamlit as st
22
import pandas as pd
33
import plotly.express as px
4+
import requests
45

56
from data_utils import (
6-
convert_units,
7-
filter_to_timezone,
87
parse_period_and_value,
98
top_n_by_total,
109
)
11-
from eia_api import fetch_all_pages
10+
#from eia_api import fetch_all_pages
1211

1312
st.set_page_config(page_title="EIA Demand by Region (ET)", layout="wide")
1413
st.title("U.S. Electricity Demand by Region (Eastern Time)")

0 commit comments

Comments
 (0)