Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,11 @@ COVER_LETTER_INSTRUCTIONS = """
|
|
98 |
</ol>
|
99 |
</div>
|
100 |
"""
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
INTERVIEW_QUESTIONS_INSTRUCTIONS = """
|
103 |
<div class="container">
|
|
|
98 |
</ol>
|
99 |
</div>
|
100 |
"""
|
101 |
+
FOOTER_TEXT = """
|
102 |
+
<footer>
|
103 |
+
<p>If you enjoyed the functionality of the app, please leave a like!<br>
|
104 |
+
Check out more on <a href="https://www.linkedin.com/in/chowdam-jagan" target="_blank">LinkedIn</a> |
|
105 |
+
</footer>"""
|
106 |
|
107 |
INTERVIEW_QUESTIONS_INSTRUCTIONS = """
|
108 |
<div class="container">
|