tx3bas commited on
Commit
19cc547
·
1 Parent(s): 8228724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -80,7 +80,5 @@ with gr.Blocks(analytics_enabled=False) as app:
80
  outputs=[Result],
81
  api_name="translate",
82
  )
83
- gr.HTML("<br>")
84
- gr.HTML("<div style='text-align:center !important;'><a href='https://artxeweb.com'><img style='width:100px' src='https://artxeweb.com/media/files/artxeweb-logo.svg'></a></div>")
85
- gr.HTML("<p style='text-align:center !important;'>Desarrollada por> <a style='text-decoration:none !important;color:#e12a31 !important;' href='https://artxeweb.com'>© Artxe Web</a></p>")
86
  app.launch(inline=True)
 
80
  outputs=[Result],
81
  api_name="translate",
82
  )
83
+ gr.HTML("<p style='text-align:center !important;'>Desarrollada por <a style='text-decoration:none !important;color:#e12a31 !important;' href='https://artxeweb.com'>© Artxe Web</a></p>")
 
 
84
  app.launch(inline=True)