Update app.py
Browse files
app.py
CHANGED
@@ -53,5 +53,7 @@ if selected_ticker:
|
|
53 |
stock_name = stock_names[selected_ticker]
|
54 |
st.write(f"Stock name: {stock_name}")
|
55 |
|
56 |
-
st.markdown("
|
|
|
|
|
57 |
|
|
|
53 |
stock_name = stock_names[selected_ticker]
|
54 |
st.write(f"Stock name: {stock_name}")
|
55 |
|
56 |
+
st.markdown(":warning: The content of this website is for educational purposes and is not a financial advice")
|
57 |
+
|
58 |
+
st.markdown(":info: This model has been trained on the past 6 years of data until November 22nd, 2023 for each of the selected stocks. For a more comprehensive analysis with a different date range, access to thousands of stocks, hundreds of cryptocurrencies, and more up-to-date predictions, please visit our website: https://stock.quu.fr")
|
59 |
|