danielritchie commited on
Commit
055cd30
1 Parent(s): 475598c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
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
 
7
  inputs=gr.Textbox(lines=5, label="Available Ingredients")
 
1
  import gradio as gr
2
 
3
  title="CU Workshop: Recipe-O-Matic"
4
+ description="Enter your available ingredients, let AI suggest a recipe. Think twice about actually following cooking instructions."
5
  examples = [["eggs, potatoes"],["peaches, pears, apples, cherries"]]
6
 
7
  inputs=gr.Textbox(lines=5, label="Available Ingredients")