Spaces:
Runtime error
Runtime error
EFELIA Hackathon Team 6 commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ demo = gr.Interface(
|
|
| 51 |
)
|
| 52 |
],
|
| 53 |
outputs=gr.Textbox(label="Product Details"),
|
| 54 |
-
title="NutriCheck Bot
|
| 55 |
description="Search by name, brand, or reference. Warnings styled cleanly with one emoji max."
|
| 56 |
)
|
| 57 |
|
|
|
|
| 51 |
)
|
| 52 |
],
|
| 53 |
outputs=gr.Textbox(label="Product Details"),
|
| 54 |
+
title="NutriCheck Bot",
|
| 55 |
description="Search by name, brand, or reference. Warnings styled cleanly with one emoji max."
|
| 56 |
)
|
| 57 |
|