m3hrdadfi commited on
Commit
179908e
1 Parent(s): 386d492

Add one recipe, update frame

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. examples.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ class TextGeneration:
115
  font=self.p_font,
116
  )
117
  # Directions
118
- hs = hs + 400
119
  im_editable.text(
120
  (ws, hs),
121
  "Directions",
115
  font=self.p_font,
116
  )
117
  # Directions
118
+ hs = hs + 200
119
  im_editable.text(
120
  (ws, hs),
121
  "Directions",
examples.py CHANGED
@@ -1,3 +1,3 @@
1
  EXAMPLES = {
2
- "Recipe Name 1": "cheese, potato",
3
  }
1
  EXAMPLES = {
2
+ "Chocolate Baklava": "phyllo dough, unsalted butter, walnuts, cinnamon, water, honey melted chocolate",
3
  }