gryo2310 commited on
Commit
dca23ba
1 Parent(s): bdeb979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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
 
 
1
  import gradio as gr
2
 
3
+ title="Kevin"
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