Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def pre_query(sender, recipient, recipient_name, context, input, model_id):
|
|
68 |
return
|
69 |
|
70 |
def set_email_link(email, recipient_address, sender_address):
|
71 |
-
return
|
72 |
|
73 |
demo = gr.Blocks()
|
74 |
|
|
|
68 |
return
|
69 |
|
70 |
def set_email_link(email, recipient_address, sender_address):
|
71 |
+
return email
|
72 |
|
73 |
demo = gr.Blocks()
|
74 |
|