Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ st.write("# QuantBeta Insights")
|
|
| 58 |
st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_html=True)
|
| 59 |
st.write("##### Engage in insightful conversations with your data")
|
| 60 |
with st.sidebar:
|
| 61 |
-
st.title("
|
| 62 |
-
st.sidebar.image("
|
| 63 |
tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
|
| 64 |
iconName=['chat', 'dashboard'], default_choice=0)
|
| 65 |
|
|
|
|
| 58 |
st.markdown('<style>' + open('./style.css').read() + '</style>', unsafe_allow_html=True)
|
| 59 |
st.write("##### Engage in insightful conversations with your data")
|
| 60 |
with st.sidebar:
|
| 61 |
+
st.title("QuantBeta Insights")
|
| 62 |
+
st.sidebar.image("logoqb.jpeg", use_column_width=True)
|
| 63 |
tabs = on_hover_tabs(tabName=['Chat', 'Reports'],
|
| 64 |
iconName=['chat', 'dashboard'], default_choice=0)
|
| 65 |
|