Spaces:
Runtime error
Runtime error
danielritchie
commited on
Commit
•
bdeb979
1
Parent(s):
981e5b5
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title="Daniel's Recipe-O-Matic"
|
4 |
-
description="Enter your available ingredients and get a recipe in return
|
5 |
examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
|
6 |
|
7 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
title="Daniel's Recipe-O-Matic"
|
4 |
+
description="Enter your available ingredients and get a recipe in return; think twice about letting AI feed you.<P>CU workshop led by Daniel Ritchie from the Brain Wave Collective."
|
5 |
examples = [["eggs, potatoes, carrots"],["peaches, pears, apples, cherries"]]
|
6 |
|
7 |
inputs=gr.Textbox(lines=5, label="Available Ingredients")
|