Update app.py
Browse files
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-
|
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;
|