Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,15 +31,10 @@ st.write("# Brave Retail Insights")
|
|
| 31 |
st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_html=True)
|
| 32 |
st.write("##### Engage in insightful conversations with your data through powerful visualizations")
|
| 33 |
with st.sidebar:
|
| 34 |
-
|
| 35 |
-
|
| 36 |
iconName=['chat', 'dashboard'], default_choice=0)
|
| 37 |
|
| 38 |
-
# Added a divider
|
| 39 |
-
st.divider()
|
| 40 |
-
# Add content to the sidebar/drawer
|
| 41 |
-
with st.expander("Data Visualization"):
|
| 42 |
-
st.write("<div>Developed by - <span style=\"color: cyan; font-size: 24px; font-weight: 600;\">Rairo</span></div>",unsafe_allow_html=True)
|
| 43 |
|
| 44 |
|
| 45 |
uploaded_file = "bon_marche.csv"
|
|
|
|
| 31 |
st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_html=True)
|
| 32 |
st.write("##### Engage in insightful conversations with your data through powerful visualizations")
|
| 33 |
with st.sidebar:
|
| 34 |
+
st.title("Brave Retail Insights")
|
| 35 |
+
tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
|
| 36 |
iconName=['chat', 'dashboard'], default_choice=0)
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
uploaded_file = "bon_marche.csv"
|