Spaces:
Runtime error
Runtime error
Add one recipe, update frame
Browse files- app.py +1 -1
- examples.py +1 -1
app.py
CHANGED
|
@@ -115,7 +115,7 @@ class TextGeneration:
|
|
| 115 |
font=self.p_font,
|
| 116 |
)
|
| 117 |
# Directions
|
| 118 |
-
hs = hs +
|
| 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 |
-
"
|
| 3 |
}
|
|
|
|
| 1 |
EXAMPLES = {
|
| 2 |
+
"Chocolate Baklava": "phyllo dough, unsalted butter, walnuts, cinnamon, water, honey melted chocolate",
|
| 3 |
}
|