Skip to content

Commit 1b4881e

Browse files
author
Irina
committed
homepage issue
1 parent b28b742 commit 1b4881e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Homepage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import matplotlib.pyplot as plt
22
import requests
33
import streamlit as st
4-
from tests_eia_part3 import (
4+
5+
from tests.eia_part3 import (
56
build_df_from_eia_data,
67
filter_since,
78
latest_value,
89
sum_by_week,
910
)
10-
1111
from validation import eia_schema
1212

1313
st.set_page_config(page_title="Weekly U.S. Petroleum Supply", layout="wide")

0 commit comments

Comments
 (0)