Skip to content

Commit 08c2130

Browse files
author
Irina
committed
adding the proposal to app and changed the format
1 parent 3b1a067 commit 08c2130

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Homepage.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
st.subheader("Datasets")
3232
st.markdown("""
33-
- **Weekly U.S. Petroleum Product Supplied**
33+
- **Weekly U.S. Petroleum Product Supplied**
3434
https://www.eia.gov/opendata/browser/petroleum/cons/wpsup
3535
36-
- **Weekly WTI Crude Oil Spot Price (RWTC)**
36+
- **Weekly WTI Crude Oil Spot Price (RWTC)**
3737
https://www.eia.gov/opendata/browser/petroleum/pri/spt
3838
""")
3939

@@ -44,14 +44,13 @@
4444
3. Do petroleum supply and crude oil prices show similar patterns over time?
4545
4. Are there noticeable disruptions during major events such as COVID-19 period?
4646
""")
47-
4847
st.subheader("Link to the notebook")
4948
st.markdown("[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)")
5049

5150
st.subheader("Target Visualization")
5251
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
52+
- Weekly time-series line chart of U.S. petroleum product supplied
53+
- Weekly time-series line chart of WTI crude oil price
5554
- Visual comparison of trends between the two series
5655
""")
5756

0 commit comments

Comments
 (0)