Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,11 +51,11 @@ def recipe_app(ingredients, max_calories, min_protein, max_fat, max_carbs):
|
|
51 |
interface = gr.Interface(
|
52 |
fn=recipe_app,
|
53 |
inputs=[
|
54 |
-
gr.Textbox(label="Enter ingredients in Estonian
|
55 |
-
gr.Number(label="Maximum calories (optional)"
|
56 |
-
gr.Number(label="Minimum protein (g, optional)"
|
57 |
-
gr.Number(label="Maximum fat (g, optional)"
|
58 |
-
gr.Number(label="Maximum carbs (g, optional)"
|
59 |
],
|
60 |
outputs="text",
|
61 |
title="Estonian Recipe Search",
|
|
|
51 |
interface = gr.Interface(
|
52 |
fn=recipe_app,
|
53 |
inputs=[
|
54 |
+
gr.Textbox(label="Enter ingredients in Estonian"),
|
55 |
+
gr.Number(label="Maximum calories (optional)"),
|
56 |
+
gr.Number(label="Minimum protein (g, optional)"),
|
57 |
+
gr.Number(label="Maximum fat (g, optional)"),
|
58 |
+
gr.Number(label="Maximum carbs (g, optional)"),
|
59 |
],
|
60 |
outputs="text",
|
61 |
title="Estonian Recipe Search",
|