diff --git a/streamlit/part11/crypto-price-app.py b/streamlit/part11/crypto-price-app.py index 4b15eb2..1a10102 100644 --- a/streamlit/part11/crypto-price-app.py +++ b/streamlit/part11/crypto-price-app.py @@ -1,3 +1,4 @@ +# This app is for educational purpose only. Insights gained is not financial advice. Use at your own risk! import streamlit as st from PIL import Image import pandas as pd