Nazhar commited on
Commit
c13c850
·
1 Parent(s): 6ab3408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,10 +74,10 @@ col1.image("logo.png")
74
  # st.image("logo.png", width=150)
75
  col2.title("AI Equity Advisor")
76
  c1, c2 = col2.columns([0.5, 0.5], gap="large")
77
- c2.markdown("Powered by GenInstigators")
78
  # Display disclaimer text using markdown
79
  title_container.markdown("""
80
- <div style='background-color:##b43c42; color:#ffffff; padding:10px; border-radius:5px'>
81
  <strong>Disclaimer:</strong> For demo purposes, the tool is currently populated with 10 months news and historical data.
82
  This data is intended to illustrate the tool's functionality and is not intended for actual investment decisions.
83
  </div>
 
74
  # st.image("logo.png", width=150)
75
  col2.title("AI Equity Advisor")
76
  c1, c2 = col2.columns([0.5, 0.5], gap="large")
77
+ c1.markdown("Powered by GenInstigators")
78
  # Display disclaimer text using markdown
79
  title_container.markdown("""
80
+ <div style='background-color:#b43c42; color:#ffffff; padding:10px; border-radius:5px'>
81
  <strong>Disclaimer:</strong> For demo purposes, the tool is currently populated with 10 months news and historical data.
82
  This data is intended to illustrate the tool's functionality and is not intended for actual investment decisions.
83
  </div>