rairo commited on
Commit
3624c3a
·
verified ·
1 Parent(s): 2abd2b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("IMG_1181.jpeg", use_column_width=True)
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