tx3bas commited on
Commit
20782af
·
1 Parent(s): eb66fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -71,6 +71,7 @@ with gr.Blocks(analytics_enabled=False) as app:
71
  Source = gr.Textbox(label="Introduce el texto a traducir")
72
  Language = gr.Dropdown(lang_list, label="Idioma", default="Español")
73
  Translate = gr.Button("Traducir 💬")
 
74
  Result = gr.Textbox(label="Resultado")
75
 
76
  Translate.click(
@@ -79,5 +80,7 @@ with gr.Blocks(analytics_enabled=False) as app:
79
  outputs=[Result],
80
  api_name="translate",
81
  )
82
-
 
 
83
  app.launch(inline=True)
 
71
  Source = gr.Textbox(label="Introduce el texto a traducir")
72
  Language = gr.Dropdown(lang_list, label="Idioma", default="Español")
73
  Translate = gr.Button("Traducir 💬")
74
+ gr.HTML("<br>")
75
  Result = gr.Textbox(label="Resultado")
76
 
77
  Translate.click(
 
80
  outputs=[Result],
81
  api_name="translate",
82
  )
83
+ gr.HTML("<br>")
84
+ gr.HTML("<img src='https://artxeweb.com/media/files/artxeweb-logo.svg'>")
85
+ gr.HTML("<a href='https://artxeweb.com'>💻 Artxe Web</a>")
86
  app.launch(inline=True)