Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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")
|