shreyasiv commited on
Commit
35607e9
β€’
1 Parent(s): 0d2571c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def main():
58
 
59
  st.sidebar.markdown("<p class='sidebar-link'>πŸ“š <a href='https://chandrakalagowda-demo2.hf.space/'> PDF Bot </a></p>", unsafe_allow_html=True)
60
  st.sidebar.markdown("<p class='sidebar-link'>πŸ–ΌοΈ <a href='https://insightly-image-reader.hf.space'> Image Reader</a></p>", unsafe_allow_html=True)
61
- st.sidebar.markdown("<p class='sidebar-link'>πŸ“Έ <a href='https://insightly-csv-bot.hf.space/'> Frame Capturer</a></p>", unsafe_allow_html=True)
62
 
63
  # Custom CSS to style the link and create vertical space
64
  st.markdown(
@@ -72,6 +72,7 @@ def main():
72
  justify-content: left;
73
  font-size: 28px;
74
  margin-top: 20px;
 
75
  }
76
  .vertical-space {
77
  height: 20px;
 
58
 
59
  st.sidebar.markdown("<p class='sidebar-link'>πŸ“š <a href='https://chandrakalagowda-demo2.hf.space/'> PDF Bot </a></p>", unsafe_allow_html=True)
60
  st.sidebar.markdown("<p class='sidebar-link'>πŸ–ΌοΈ <a href='https://insightly-image-reader.hf.space'> Image Reader</a></p>", unsafe_allow_html=True)
61
+ st.sidebar.markdown("<p class='sidebar-link'>πŸ“Έ <a href='https://insightly-frame-capturer.hf.space/'> Frame Capturer</a></p>", unsafe_allow_html=True)
62
 
63
  # Custom CSS to style the link and create vertical space
64
  st.markdown(
 
72
  justify-content: left;
73
  font-size: 28px;
74
  margin-top: 20px;
75
+ margin-left: 10px;
76
  }
77
  .vertical-space {
78
  height: 20px;