Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_ht
|
|
| 82 |
st.write("##### Engage in insightful conversations with your data through powerful visualizations")
|
| 83 |
with st.sidebar:
|
| 84 |
st.title("Intervention Analytics")
|
| 85 |
-
st.sidebar.image("
|
| 86 |
tabs = on_hover_tabs(tabName=['Dashboard & Reports', 'Chat'],
|
| 87 |
iconName=['dashboard', 'chat'], default_choice=0)
|
| 88 |
|
|
|
|
| 82 |
st.write("##### Engage in insightful conversations with your data through powerful visualizations")
|
| 83 |
with st.sidebar:
|
| 84 |
st.title("Intervention Analytics")
|
| 85 |
+
st.sidebar.image("logoqb.jpeg", use_column_width=True)
|
| 86 |
tabs = on_hover_tabs(tabName=['Dashboard & Reports', 'Chat'],
|
| 87 |
iconName=['dashboard', 'chat'], default_choice=0)
|
| 88 |
|