girishwangikar commited on
Commit
a168c8f
1 Parent(s): 516f695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -32,7 +32,12 @@ footer {
32
  }
33
  """
34
 
35
- FOOTER_TEXT = """<footer> <p>If you enjoyed the functionality of the app, please leave a like!<br> Check out more on <a href="https://www.linkedin.com/in/girish-wangikar/" target="_blank">LinkedIn</a> | <a href="https://girishwangikar.github.io/Girish_Wangikar_Portfolio.github.io/" target="_blank">Portfolio</a></p></footer>"""
 
 
 
 
 
36
 
37
  def generate_response(
38
  message: str,
 
32
  }
33
  """
34
 
35
+ FOOTER_TEXT = """<footer style="text-align: center;">
36
+ <p>To learn more about this app, visit my <a href="https://medium.com/@girishwangikar/codeassist-ai-59984dcc3b40" target="_blank">blog</a>.<br>
37
+ If you enjoyed the functionality of the app, please leave a like!<br>
38
+ Check out more on <a href="https://www.linkedin.com/in/girish-wangikar/" target="_blank">LinkedIn</a> |
39
+ <a href="https://girishwangikar.github.io/Girish_Wangikar_Portfolio.github.io/" target="_blank">Portfolio</a></p>
40
+ </footer>"""
41
 
42
  def generate_response(
43
  message: str,