We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c2130 commit bf25a8dCopy full SHA for bf25a8d
Homepage.py
@@ -19,7 +19,6 @@
19
# Project Proposal
20
# =========================
21
with st.expander("Project Proposal", expanded=False):
22
-
23
st.subheader("Project Overview")
24
st.write("""
25
This project analyzes weekly U.S. petroleum product supplied data and
@@ -45,7 +44,9 @@
45
44
4. Are there noticeable disruptions during major events such as COVID-19 period?
46
""")
47
st.subheader("Link to the notebook")
48
- st.markdown("[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)")
+ st.markdown(
+ "[Project Notebook](https://github.com/advanced-computing/giggling-wombat/blob/main/project.ipynb)"
49
+ )
50
51
st.subheader("Target Visualization")
52
st.markdown("""
0 commit comments