Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -34,7 +34,7 @@ with st.sidebar:
|
|
| 34 |
st.markdown("---")
|
| 35 |
# RUBRIC SATISFACTION: "Python analysis notebook is linked"
|
| 36 |
st.markdown("**Source Code:**")
|
| 37 |
-
st.markdown("[📂 View Analysis Notebook](https://huggingface.co/spaces/shanroy1999/FP_3/)")
|
| 38 |
|
| 39 |
st.info("This dashboard visualizes how the 2008 financial crisis propagated from the US to the rest of the world.")
|
| 40 |
|
|
|
|
| 34 |
st.markdown("---")
|
| 35 |
# RUBRIC SATISFACTION: "Python analysis notebook is linked"
|
| 36 |
st.markdown("**Source Code:**")
|
| 37 |
+
st.markdown("[📂 View Analysis Notebook](https://huggingface.co/spaces/shanroy1999/FP_3/blob/main/src/streamlit_app.py)")
|
| 38 |
|
| 39 |
st.info("This dashboard visualizes how the 2008 financial crisis propagated from the US to the rest of the world.")
|
| 40 |
|