Skip to content

Commit a4b3578

Browse files
authored
Merge pull request #33 from advanced-computing/part4_1
adding the proposal to app and changed the format
2 parents 8a2471f + bf25a8d commit a4b3578

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Homepage.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# Project Proposal
2020
# =========================
2121
with st.expander("Project Proposal", expanded=False):
22-
2322
st.subheader("Project Overview")
2423
st.write("""
2524
This project analyzes weekly U.S. petroleum product supplied data and
@@ -30,10 +29,10 @@
3029

3130
st.subheader("Datasets")
3231
st.markdown("""
33-
- **Weekly U.S. Petroleum Product Supplied**
32+
- **Weekly U.S. Petroleum Product Supplied**
3433
https://www.eia.gov/opendata/browser/petroleum/cons/wpsup
3534
36-
- **Weekly WTI Crude Oil Spot Price (RWTC)**
35+
- **Weekly WTI Crude Oil Spot Price (RWTC)**
3736
https://www.eia.gov/opendata/browser/petroleum/pri/spt
3837
""")
3938

@@ -44,14 +43,15 @@
4443
3. Do petroleum supply and crude oil prices show similar patterns over time?
4544
4. Are there noticeable disruptions during major events such as COVID-19 period?
4645
""")
47-
4846
st.subheader("Link to the notebook")
49-
st.markdown("[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)")
47+
st.markdown(
48+
"[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)"
49+
)
5050

5151
st.subheader("Target Visualization")
5252
st.markdown("""
53-
- Weekly time-series line chart of U.S. petroleum product supplied
54-
- Weekly time-series line chart of WTI crude oil price
53+
- Weekly time-series line chart of U.S. petroleum product supplied
54+
- Weekly time-series line chart of WTI crude oil price
5555
- Visual comparison of trends between the two series
5656
""")
5757

0 commit comments

Comments
 (0)