iagutesa commited on
Commit
d4d6aa7
1 Parent(s): ad7ff8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -46,12 +46,7 @@ demo = gr.ChatInterface(fn=generate,
46
  chatbot=mychatbot,
47
  title="Bot con I.A. para crear BENEFICIOS de productos.</p>",
48
  description="<p style='line-height: 1'>Estos BENEFICIOS van en la descripcion LARGA de producto (En la parte de ARRIBA).</p><br>"+
49
- "<p style='line-height: 0.1'>Si desea usar otro BOT de I.A. escoja:</p>"+
50
- " <a href='https://alphayomega-bot-mc.hf.space'>Marketing de Contenidos |</a> "+
51
- " <a href='https://alphayomega-bot-dp.hf.space'> Descripcion de Productos |</a>"+
52
- " <a href='https://alphayomega-bot-cp.hf.space'> Caracteristicas de Productos |</a> "+
53
- " <a href='https://alphayomega-bot-msg.hf.space'> Mensaje de bienvenida de WSB |</a> "+
54
- " <a href='https://alphayomega-bot-yt.hf.space'> ¿Como usar este bot de IA?</a>",
55
  retry_btn=None,
56
  undo_btn=None
57
  )
 
46
  chatbot=mychatbot,
47
  title="Bot con I.A. para crear BENEFICIOS de productos.</p>",
48
  description="<p style='line-height: 1'>Estos BENEFICIOS van en la descripcion LARGA de producto (En la parte de ARRIBA).</p><br>"+
49
+ " <a href='https://gutesa.com.pe'> GUTESA.COM.PE</a>",
 
 
 
 
 
50
  retry_btn=None,
51
  undo_btn=None
52
  )