Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,11 +72,11 @@ def recipe_app(ingredients, max_calories, min_protein, max_fat, max_carbs):
|
|
72 |
interface = gr.Interface(
|
73 |
fn=recipe_app,
|
74 |
inputs=[
|
75 |
-
gr.Textbox(label="
|
76 |
-
gr.Number(label="
|
77 |
-
gr.Number(label="
|
78 |
-
gr.Number(label="
|
79 |
-
gr.Number(label="
|
80 |
],
|
81 |
outputs=gr.HTML(label="Recipes"), # Ensure output is HTML
|
82 |
title="Retseptiotsija",
|
|
|
72 |
interface = gr.Interface(
|
73 |
fn=recipe_app,
|
74 |
inputs=[
|
75 |
+
gr.Textbox(label="Sisesta koostisained"),
|
76 |
+
gr.Number(label="Maksimaalne kalorikogus (valikuline)"),
|
77 |
+
gr.Number(label="Minimaalne valk (g, valikuline)"),
|
78 |
+
gr.Number(label="Maksimaalne rasvasisaldus (g, valikuline)"),
|
79 |
+
gr.Number(label="Maksimaalne süsivesikute sisaldus (g, valikuline)"),
|
80 |
],
|
81 |
outputs=gr.HTML(label="Recipes"), # Ensure output is HTML
|
82 |
title="Retseptiotsija",
|