Spaces:
Running
Running
Commit
·
c92fd72
1
Parent(s):
befd576
Changed caption location
Browse files
app.py
CHANGED
|
@@ -134,35 +134,6 @@ def main(det_archs, reco_archs):
|
|
| 134 |
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
|
|
|
|
|
|
| 137 |
main(DET_ARCHS, RECO_ARCHS)
|
| 138 |
-
# st.markdown("Used Github Actions to automatically build the app on any updates on this [github repo link](https://github.com/deepanshu2207/imgtotxt_using_DocTR)")
|
| 139 |
-
# st.caption("Made with ❤️ by Deepanshu. Credits to 🤗 Spaces for Hosting this.")
|
| 140 |
-
|
| 141 |
-
# a:link , a:visited{
|
| 142 |
-
# color: blue;
|
| 143 |
-
# background-color: transparent;
|
| 144 |
-
# text-decoration: underline;
|
| 145 |
-
# }
|
| 146 |
-
|
| 147 |
-
# a:hover, a:active {
|
| 148 |
-
# color: red;
|
| 149 |
-
# background-color: transparent;
|
| 150 |
-
# text-decoration: underline;
|
| 151 |
-
# }
|
| 152 |
-
footer="""<style>
|
| 153 |
-
.footer {
|
| 154 |
-
position: fixed;
|
| 155 |
-
left: 0;
|
| 156 |
-
bottom: 0;
|
| 157 |
-
width: 100%;
|
| 158 |
-
background-color: white;
|
| 159 |
-
color: black;
|
| 160 |
-
text-align: center;
|
| 161 |
-
}
|
| 162 |
-
</style>
|
| 163 |
-
<div class="footer">
|
| 164 |
-
<p>Made with ❤️ by Deepanshu. Credits to 🤗 Spaces for Hosting this.
|
| 165 |
-
Used Github Actions to automatically build the app on any updates on this <a style='display: block; text-align: center;' href="https://github.com/deepanshu2207/imgtotxt_using_DocTR" target="_blank">github repo link</a></p>
|
| 166 |
-
</div>
|
| 167 |
-
"""
|
| 168 |
-
st.markdown(footer,unsafe_allow_html=True)
|
|
|
|
| 134 |
|
| 135 |
|
| 136 |
if __name__ == "__main__":
|
| 137 |
+
st.markdown("Used Github Actions to automatically build the app on any updates on this [github repo link](https://github.com/deepanshu2207/imgtotxt_using_DocTR)")
|
| 138 |
+
st.caption("Made with ❤️ by Deepanshu. Credits to 🤗 Spaces for Hosting this.")
|
| 139 |
main(DET_ARCHS, RECO_ARCHS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|