Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,10 @@ st.set_page_config(page_title="Insightly")
|
|
37 |
# Sidebar contents
|
38 |
with st.sidebar:
|
39 |
st.sidebar.image("https://i.ibb.co/bX6GdqG/insightly-wbg.png", use_column_width=True)
|
40 |
-
st.sidebar.markdown("<p class='sidebar-link'>π <a href='https://insightly-csv-bot.hf.space/'>
|
|
|
|
|
|
|
41 |
st.sidebar.markdown("<div class='vertical-space'></div>", unsafe_allow_html=True)
|
42 |
|
43 |
# Custom CSS to style the link and create vertical space
|
|
|
37 |
# Sidebar contents
|
38 |
with st.sidebar:
|
39 |
st.sidebar.image("https://i.ibb.co/bX6GdqG/insightly-wbg.png", use_column_width=True)
|
40 |
+
st.sidebar.markdown("<p class='sidebar-link'>π <a href='https://insightly-csv-bot.hf.space/'> CSV Bot</a></p>", unsafe_allow_html=True)
|
41 |
+
st.sidebar.markdown("<p class='sidebar-link'>π <a href='https://chandrakalagowda-demo2.hf.space/'> PDF Bot </a></p>", unsafe_allow_html=True)
|
42 |
+
st.sidebar.markdown("<p class='sidebar-link'>πΈ <a href='https://insightly-csv-bot.hf.space/'> Frame Capturer</a></p>", unsafe_allow_html=True)
|
43 |
+
|
44 |
st.sidebar.markdown("<div class='vertical-space'></div>", unsafe_allow_html=True)
|
45 |
|
46 |
# Custom CSS to style the link and create vertical space
|