Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,9 +27,7 @@ st.sidebar.markdown("""
|
|
27 |
- [Recasting "The Office" Scene](https://blackmirroroffice.streamlit.app/)
|
28 |
- [Story Generator](https://appstorycombined-agaf9j4ceit.streamlit.app/)
|
29 |
st.sidebar.markdown('## Disclaimer')
|
30 |
-
st.sidebar.markdown("""
|
31 |
-
This application is a conceptual prototype created to demonstrate the potential of Large Language Models (LLMs) in generating equity research reports. The contents generated by this application are purely illustrative and should not be construed as financial advice, endorsements, or recommendations. The author and the application do not provide any guarantee regarding the accuracy, completeness, or timeliness of the information provided.
|
32 |
-
""")
|
33 |
|
34 |
# Initialize the cookie manager
|
35 |
cookie_manager = stx.CookieManager()
|
|
|
27 |
- [Recasting "The Office" Scene](https://blackmirroroffice.streamlit.app/)
|
28 |
- [Story Generator](https://appstorycombined-agaf9j4ceit.streamlit.app/)
|
29 |
st.sidebar.markdown('## Disclaimer')
|
30 |
+
st.sidebar.markdown("""This application is a conceptual prototype created to demonstrate the potential of Large Language Models (LLMs) in generating equity research reports. The contents generated by this application are purely illustrative and should not be construed as financial advice, endorsements, or recommendations. The author and the application do not provide any guarantee regarding the accuracy, completeness, or timeliness of the information provided.""")
|
|
|
|
|
31 |
|
32 |
# Initialize the cookie manager
|
33 |
cookie_manager = stx.CookieManager()
|