|
banner = """ |
|
<img src="https://huggingface.co/spaces/gastronomia-para-to2/gastronomia_para_to2/resolve/main/Gastronomia_para_to2_logo.jpg" style="max-width: 100%; max-height: 90%; object-fit: fill"> |
|
""" |
|
|
|
error_html_response = f''' |
|
<!DOCTYPE html> |
|
<html> |
|
<body> |
|
<h2>Ups... </h2> |
|
|
|
Nuestro chef está encontrando dificultades para crear una receta con los ingredientes que has indicado. |
|
Echa un vistazo a tu nevera y prueba a añadir algún ingrediente más. |
|
¡Seguro que esta vez conseguimos sugerirte una receta exquisita! |
|
|
|
</body> |
|
</html> |
|
''' |