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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +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
- 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
 
 
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("IMG_1181.jpeg", use_column_width=True)
111
  tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
112
  iconName=['chat', 'dashboard'], default_choice=0)
113