SaiedAlshahrani
commited on
Commit
•
842e79d
1
Parent(s):
a996a47
Update scanner.py
Browse files- scanner.py +1 -1
scanner.py
CHANGED
@@ -86,6 +86,6 @@ if selected_title:
|
|
86 |
|
87 |
|
88 |
footer="""
|
89 |
-
<div class="footer"> <p class="p1">Copyright
|
90 |
"""
|
91 |
st.markdown(footer, unsafe_allow_html=True)
|
|
|
86 |
|
87 |
|
88 |
footer="""
|
89 |
+
<div class="footer"> <p class="p1">Copyright©2024 by Saied Alshahrani<br>Hosted with Hugging Face Spaces 🤗</p> </div>
|
90 |
"""
|
91 |
st.markdown(footer, unsafe_allow_html=True)
|