Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ def generate_output(user_input):
|
|
| 83 |
|
| 84 |
**Dish Concept:** A unique {user_input.title()} tart with a {pair1.title()} base and a {pair2.title()} dust.
|
| 85 |
|
| 86 |
-
**Why it Works (The Science):** The **Graph Embeddings Model** placed these ingredients closely together in the vector space, indicating a high overlap in their aromatic profiles.
|
| 87 |
"""
|
| 88 |
|
| 89 |
return results_markdown, recipe_markdown
|
|
|
|
| 83 |
|
| 84 |
**Dish Concept:** A unique {user_input.title()} tart with a {pair1.title()} base and a {pair2.title()} dust.
|
| 85 |
|
| 86 |
+
**Why it Works (The Science):** The **Graph Embeddings Model** placed these ingredients closely together in the vector space, indicating a high overlap in their aromatic profiles.
|
| 87 |
"""
|
| 88 |
|
| 89 |
return results_markdown, recipe_markdown
|