Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|