Spaces:
Sleeping
Sleeping
shnippi commited on
Commit ·
7eb60c4
1
Parent(s): 8c88d14
minor
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def email(linkedin_url, description_of_what_you_are_selling , description_of_who
|
|
| 12 |
model_url = os.environ["MODEL_URL"]
|
| 13 |
|
| 14 |
if description_of_what_you_are_selling == "":
|
| 15 |
-
description_of_what_you_are_selling = "Generai, flowchart tool to build ML aplications"
|
| 16 |
if description_of_who_you_are == "":
|
| 17 |
description_of_who_you_are = "Jan Schnyder, Co-Founder of Generai"
|
| 18 |
|
|
@@ -89,7 +89,7 @@ def email(linkedin_url, description_of_what_you_are_selling , description_of_who
|
|
| 89 |
print("Request failed with status code:", response.status_code)
|
| 90 |
return "Request failed with status code:", response.status_code
|
| 91 |
|
| 92 |
-
return "email address: \n" + email_address + " \n\n" + text + " \n\n
|
| 93 |
|
| 94 |
demo = gr.Interface(
|
| 95 |
email,
|
|
|
|
| 12 |
model_url = os.environ["MODEL_URL"]
|
| 13 |
|
| 14 |
if description_of_what_you_are_selling == "":
|
| 15 |
+
description_of_what_you_are_selling = "Generai, a YCombinator startup building a flowchart tool to build ML aplications"
|
| 16 |
if description_of_who_you_are == "":
|
| 17 |
description_of_who_you_are = "Jan Schnyder, Co-Founder of Generai"
|
| 18 |
|
|
|
|
| 89 |
print("Request failed with status code:", response.status_code)
|
| 90 |
return "Request failed with status code:", response.status_code
|
| 91 |
|
| 92 |
+
return "email address: \n" + email_address + " \n\n" + text + " \n\n- " + "P.S: This email was generated using our tool ;) , built with" + "https://flow.generai.art/"
|
| 93 |
|
| 94 |
demo = gr.Interface(
|
| 95 |
email,
|