danielritchie commited on
Commit
4914751
1 Parent(s): e94034a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
 
4
  title="Recipe-O-Matic"
5
- #description="Enter your available ingredients, let AI suggest a recipe. WARNING: Cook at your own risk.",
6
  #examples = [["eggs potatoes"]]
7
  #outputs=gr.components.Textbox(label="lols"),
8
 
 
2
 
3
 
4
  title="Recipe-O-Matic"
5
+ description="Enter your available ingredients, let AI suggest a recipe. WARNING: Cook at your own risk.",
6
  #examples = [["eggs potatoes"]]
7
  #outputs=gr.components.Textbox(label="lols"),
8