EagleGaming commited on
Commit
8902554
1 Parent(s): dc877fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +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
- " <a href='https://boommotors.pe'> BOOM MOTORS PERU</a>",
50
  retry_btn=None,
51
  undo_btn=None
52
  )
 
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://eaglegamingperu.com'> EAGLE GAMING PERU</a>",
50
  retry_btn=None,
51
  undo_btn=None
52
  )