AI-ANK commited on
Commit
c65f473
·
1 Parent(s): c9d70fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +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("""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()
 
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()