KneeKhan commited on
Commit
187a121
·
1 Parent(s): 3245a38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def pre_query(sender, recipient, recipient_name, context, input, model_id):
69
 
70
  def set_email_link(email, recipient_address, subject):
71
  email = email.replace(' ', '%20')
72
- link = "<a href=\"" + "mailto:" + recipient_address + "?subject=" + subject.replace(' ', '%20') + "&body=" + email.replace('\n', '%0A') + "\">" + "<button class=\"gr-button-lg gr-button-secondary self-start\">Link generated!<br>Click here</button></a>"
73
  return link
74
 
75
  #def set_email_link_html():
 
69
 
70
  def set_email_link(email, recipient_address, subject):
71
  email = email.replace(' ', '%20')
72
+ link = "<a href=\"" + "mailto:" + recipient_address + "?subject=" + subject.replace(' ', '%20') + "&body=" + email.replace('\n', '%0A') + "\">" + "<button class=\"gr-button-lg gr-button-secondary self-start\" id=\"17\">Link generated!<br>Click here</button></a>"
73
  return link
74
 
75
  #def set_email_link_html():