Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,7 @@ footer {
|
|
33 |
FOOTER_TEXT = """
|
34 |
<footer>
|
35 |
<p>If you enjoyed the functionality of the app, please leave a like!<br>
|
36 |
-
Check out more on <a href="https://www.linkedin.com/in/
|
37 |
-
<a href="https://girishwangikar.github.io/Girish_Wangikar_Portfolio.github.io/" target="_blank">Portfolio</a></p>
|
38 |
</footer>
|
39 |
"""
|
40 |
|
|
|
33 |
FOOTER_TEXT = """
|
34 |
<footer>
|
35 |
<p>If you enjoyed the functionality of the app, please leave a like!<br>
|
36 |
+
Check out more on <a href="https://www.linkedin.com/in/chowdam-jagan" target="_blank">LinkedIn</a> |
|
|
|
37 |
</footer>
|
38 |
"""
|
39 |
|