Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
c49a6b0
1
Parent(s):
2c413c6
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
|
4 |
title="AI Peaks - Recipe-O-Matic"
|
5 |
description="Enter your available ingredients, let AI suggest a recipe."
|
6 |
-
examples = [["eggs, potatoes"],["peaches, pears, apples"]]
|
7 |
|
8 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
9 |
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk.")
|
|
|
3 |
|
4 |
title="AI Peaks - Recipe-O-Matic"
|
5 |
description="Enter your available ingredients, let AI suggest a recipe."
|
6 |
+
examples = [["eggs, potatoes"],["peaches, pears, apples"],["tortillas, cheese, beans"]]
|
7 |
|
8 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
9 |
outputs=gr.components.Textbox(label="WARNING: Cook at your own risk.")
|