Skip to content

Commit bf25a8d

Browse files
author
Irina
committed
format changed
1 parent 08c2130 commit bf25a8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Homepage.py

Lines changed: 3 additions & 2 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
@@ -45,7 +44,9 @@
4544
4. Are there noticeable disruptions during major events such as COVID-19 period?
4645
""")
4746
st.subheader("Link to the notebook")
48-
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+
)
4950

5051
st.subheader("Target Visualization")
5152
st.markdown("""

0 commit comments

Comments
 (0)