Spaces:
Sleeping
Sleeping
danielritchie
commited on
Commit
•
b481174
1
Parent(s):
c68ad53
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
title="
|
4 |
description="Enter your available ingredients, let AI suggest a recipe. Follow cooking instructions if you are bold."
|
5 |
examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
|
6 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
title="CU Workshop: Recipe-O-Matic"
|
4 |
description="Enter your available ingredients, let AI suggest a recipe. Follow cooking instructions if you are bold."
|
5 |
examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
|
6 |
|