rairo commited on
Commit
95163b1
·
verified ·
1 Parent(s): 4974006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -107,6 +107,7 @@ st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_ht
107
  st.write("##### Engage in insightful conversations with your data through powerful visualizations")
108
  with st.sidebar:
109
  st.title("Brave Retail Insights")
 
110
  tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
111
  iconName=['chat', 'dashboard'], default_choice=0)
112
 
 
107
  st.write("##### Engage in insightful conversations with your data through powerful visualizations")
108
  with st.sidebar:
109
  st.title("Brave Retail Insights")
110
+ st.sidebar.image("ecomp1.jpg", use_column_width=True)
111
  tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
112
  iconName=['chat', 'dashboard'], default_choice=0)
113