jemole commited on
Commit
3f267b2
·
1 Parent(s): dfb1ee2

Change the button text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with demo:
28
  with gr.Row():
29
  texto = gr.Textbox()
30
  label = gr.Label()
31
- b2 = gr.Button("Sentimiento porfa")
32
 
33
  #b1.click(audio_a_texto, inputs=audio, outputs=transcripcion)
34
  b2.click(texto_a_sentimiento, inputs=texto, outputs=label)
 
28
  with gr.Row():
29
  texto = gr.Textbox()
30
  label = gr.Label()
31
+ b2 = gr.Button("Analiza el sentimiento, por favor")
32
 
33
  #b1.click(audio_a_texto, inputs=audio, outputs=transcripcion)
34
  b2.click(texto_a_sentimiento, inputs=texto, outputs=label)