shreyasiv commited on
Commit
ba65023
β€’
1 Parent(s): edbcbab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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/'>Insightly - CSV Bot</a></p>", unsafe_allow_html=True)
 
 
 
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