Muhammad Qasim
commited on
Commit
·
c384c24
1
Parent(s):
0df01f0
Update htmlTemplates.py
Browse files- htmlTemplates.py +1 -1
htmlTemplates.py
CHANGED
@@ -74,7 +74,7 @@ hide_st_style = """
|
|
74 |
|
75 |
footer = """
|
76 |
<div class="footer">
|
77 |
-
<p>Made
|
78 |
</div>
|
79 |
"""
|
80 |
|
|
|
74 |
|
75 |
footer = """
|
76 |
<div class="footer">
|
77 |
+
<p>Made by <a href="https://yesbhautik.co.in" style="color:#64feda;">Yesbhautik</a> with <a href="https://streamlit.io" style="color:#36AE7C;">Streamlit</a></p>
|
78 |
</div>
|
79 |
"""
|
80 |
|