Mohammad Javad Darvishi
commited on
Commit
·
b62199f
1
Parent(s):
2eb5f2c
'add contact link'
Browse files
app.py
CHANGED
|
@@ -77,3 +77,7 @@ if time_series_data:
|
|
| 77 |
|
| 78 |
# Show the plot in the Streamlit app
|
| 79 |
st.pyplot(plt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
# Show the plot in the Streamlit app
|
| 79 |
st.pyplot(plt)
|
| 80 |
+
|
| 81 |
+
# Note for comments, feedback, or questions
|
| 82 |
+
st.write("### Notes")
|
| 83 |
+
st.write("For comments, feedback, or any questions, please reach out to me on [LinkedIn](https://www.linkedin.com/in/mjdarvishi/).")
|