rairo commited on
Commit
cf2714f
·
verified ·
1 Parent(s): 5bb9a57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ st.write("# QuantBeta Insights")
58
  st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_html=True)
59
  st.write("##### Engage in insightful conversations with your data")
60
  with st.sidebar:
61
- st.title("Brave Retail Insights")
62
- st.sidebar.image("IMG_1181.jpeg", use_column_width=True)
63
  tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
64
  iconName=['chat', 'dashboard'], default_choice=0)
65
 
 
58
  st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_html=True)
59
  st.write("##### Engage in insightful conversations with your data")
60
  with st.sidebar:
61
+ st.title("QuantBeta Insights")
62
+ st.sidebar.image("logoqb.jpeg", use_column_width=True)
63
  tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
64
  iconName=['chat', 'dashboard'], default_choice=0)
65