AI-ANK commited on
Commit
4c2cf72
·
1 Parent(s): a65cb5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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()