pennywa commited on
Commit
08db8af
·
verified ·
1 Parent(s): 785489e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. This ensures a harmonious blend that hits the **Scientific** and **Amazing** criteria of The Flavor Lab.
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