File size: 747 Bytes
9e46f6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
    '''